在linux下可以调用mail()函数
一行就搞定mail([email protected],[email protected],body);

解决方案 »

  1.   

    http://chinesehis.com/starry/wdbread.php?forumid=3&filename=f_29
    有源程序代码(类)可以调用的好使
    祝你好运
      

  2.   

    <?php    $to = "[email protected]";
        $subject = "测试而已";
        $body = "你好,这里是中国中央人民广播电台,谢谢收听!\nJustin Hou\n<hr><br><font size=5 color=red>测试而已</font>";
        $exdata = "From:[email protected]\nContent-Type:text/html;charset=GB2312\n";    mail($to, $subject, $body, $exdata);?>
      

  3.   

    这是我写的发送邮件的程序的演示地址。在我的论坛已经贴出来了我改过得类

    http://chiesehis.com/editmail.php
    论坛:http://chinesehis.com/starry/index.php