相关文章  
  • 推荐:手机Linux系统还需奋力一搏
  • 解析Linux内核获取当前进程指针的方法(2)
  • Linux程序开发:QT中的多线程编程(3)
  • Linux操作系统内核和设备文件对话
  • Linux系统29个常见问题的详细解答(8)
  • Linux系统29个常见问题的详细解答(7)
  • Linux系统29个常见问题的详细解答(5)
  • Linux系统29个常见问题的详细解答(6)
  • Linux系统29个常见问题的详细解答(3)
  • Linux系统29个常见问题的详细解答(4)
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    Linux系统下发送Email的C语言代码(3)2

    nt argc,char *argv[]) { int sockfd; struct sockaddr_in server_addr; struct hostent *server_ip; int numbytes=0,i=0; char username[512]="";//mail username char passwd[512]="";//mail passwd //buff store data by recv(), //ip[SIZE] store data by fread() from ip_files (use "ifconfig >tmp.ip",het ip_files) char buff[512]="",tmp.="",ip[SIZE]=""; int ret=0;//function return FILE *f_open,*f_write; char *msg.={""}; char *n_return.={""}; //return number msg[EHLO]="ehlo smtp.163.com\n"; msg[AUTH]="auth login\n"; base64enc("your name",username); strcat(username,"\n"); msg[USER]=username; base64enc("your passwd",passwd); strcat(passwd

    页码:[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]2页、共10页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved