dongwuzun4630 2011-01-14 15:12
浏览 18
已采纳

PHP:如何通过SMTP与邮件服务器通信?

How to communicate with mail server thru SMTP using PHP?

  • 写回答

6条回答 默认 最新

  • dongliu8542 2011-01-14 15:20
    关注

    Open a socket using fsockopen. Write to the socket using fwrite. Read from the socket line by line using fgets or byte by byte using fread.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(5条)

报告相同问题?