Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 php 发送电子邮件是一个非常困难的问题。当我使用函数 mail() 发送电子邮件时,无法正确获取发送电子邮件的状态。
我建议使用 Zend Framework 邮件发送选项。它比标准的 PHP mail() 函数给你更多的灵活性。
更多信息可以在这里找到:
http://framework.zend.com/manual/1.12/en/zend.mail.html