0

Im using PHPmailer to send email if user enter his e-mail. But sometimes (1/2 of emails) i get an error:

2013-10-15 11:12:39 SERVER -> CLIENT: 555 sorry, too many emails (#5.7.1)
2013-10-15 11:12:39 SMTP ERROR: Password command failed: 555 sorry, too many emails (#5.7.1)
2013-10-15 11:12:39 CLIENT -> SERVER: QUIT
2013-10-15 11:12:39 SERVER -> CLIENT:
2013-10-15 11:12:39 SMTP ERROR: QUIT command failed:
SMTP connect() failed. 
4

1 回答 1

1

在我的一个项目中,我也遇到了这个错误。您已达到允许为此邮件服务器发送的电子邮件的限制(防止将其用作垃圾邮件服务器)。您可以实现一个队列以在给定时间内分散发送邮件,或者您可以尝试找到另一个邮件服务器。Internet 提供商的邮件服务器通常具有良好的发送率。

于 2013-10-15T12:10:31.673 回答