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ヶ月前197ビュー
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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ