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.
我正在制作一个电子邮件营销系统,我在其中批量发送电子邮件,并且有机会退回一些电子邮件。我需要一个解决方案,以便所有拼写错误或由于任何错误而无法发送的电子邮件地址都应该返回到指定的地址。请帮助我如何使用 phpmailer 满足这些要求。
提前致谢
检查这篇文章,希望它能帮助你做进一步的过程
PHP 邮件返回真(邮件接受传递),但邮件未发送
如果未送达,那么您可以更新特定电子邮件的数据库“未送达”状态,或向您的收件箱发送另一封关于此问题的邮件。