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
preguntada hace 6 meses198 visualizaciones
2 Respuestas
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
EXPERTO
respondido hace 6 meses
  • 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
respondido hace 6 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas