Message could not be sent.Mailer Error: SMTP Error: data not accepted.

0

No problems for 9 years and this just started yesterday. Any suggestions?

SLB108
已提問 6 個月前檢視次數 195 次
2 個答案
0

Hello.

What actions were you taking before that error occurred?
Also, what kind of service caused the error?
Are you using Amazon SES to send emails?

profile picture
專家
已回答 6 個月前
  • Thanks for the super fast reply!! No actions. Everything has been the same. PHPMailer is what I'm using. Yes, Amazon SES. I had been receiving emails about changing to TLS 1.2, "Please update your client software as soon as possible to use TLS 1.2 or higher to avoid an availability impact." However, phpinfo.php shows that I have tlsv1.2.

  • Just to be sure, you might want to check whether TLS 1.1 is being used. The answers to the questions below contain research methods that may be helpful. Please also check if the SMTP user name etc. match. https://repost.aws/questions/QUlQYKoGVNQkuKY_bdyU5DNg/ses-update-tls-connections-to-1-2-to-maintain-aws-connectivity

  • How do I check whether TLS 1.1 is being used in PHPMailer?

0

I found the answer! https://stackoverflow.com/questions/69873422/how-to-force-tls-1-2-usage-for-phpmailer-5-2

Had to change: STREAM_CRYPTO_METHOD_TLS_CLIENT To: STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT

All is well now. :)

SLB108
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南