欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

用Socket发送电子邮件八_PHP教程

程序员文章站 2022-04-13 16:37:22
...
61 //加上结束串
62 if(!ereg(" . ", $message))
63 $message .= " . ";
64 $this-$#@62;show_debug($message, "out");
65 fputs($this-$#@62;fp, $message);
66
67 $this-$#@62;lastact="QUIT ";
68 if(!$this-$#@62;do_command($this-$#@62;lastact, "250"))
69 {
70 fclose($this-$#@62;fp);
71 return false;
72 }
73 }
74 return true;
75 }
76 else
77 {
78 $this-$#@62;show_debug("Connect failed!", "in");
79 return false;
80 }
81 }
  有些意思很清楚的我就不说了。

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/531805.htmlTechArticle61 //加上结束串 62 if(!ereg(".", $message)) 63 $message .= "."; 64 $this-$#@62;show_debug($message, "out"); 65 fputs($this-$#@62;fp, $message); 66 67 $this-$#@62;lastact="QUIT...