MIME/IMF 错误代码?
我需要编写 php 代码来识别常见的电子邮件错误,例如电子邮件中的“收件箱已满”或特别是“无效的电子邮件名称”,因为我们需要清除数据库中不存在的电子邮件。
我正在查找 MIME 和 IMF 格式,但没有找到任何类型的标准错误代码,它是否存在?
I need to write php code to identify common e-mail errors, like "inbox full" or specially "invalid email name" from email messages, because we need to clear our databases from nonexistent emails.
I'm looking the MIME and IMF formats but I didn't find any kind of standard error code, does it exist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会有所帮助:
http://www.unixhub.com/docs/email/SMTPcodes。 html
有很多关于电子邮件的 RFC,以及错误代码。
您指定的可能是 (550)
This may help:
http://www.unixhub.com/docs/email/SMTPcodes.html
There are a lot of RFCs for email, and error codes.
The one you specified may be (550)