从今天上午开始,我无法从我的Ubuntu服务器发送邮件。 我用PHP和Msmtp,我看了一下Apache的日志,发现:
msmtp: authentication failed (method PLAIN) msmtp: server message: 555 sorry, too many emails (#5.7.1) msmtp: could not send mail (account default from /etc/apache2/.msmtprc)
我什么也没碰,我怎么解决这个问题?
问题不在于你的php,而在你的外发邮件系统中。 你发送了太多的邮件给服务器,他们现在不允许你这样做。