Bonjour à tous,
j'utilise depuis longtemps une page php pour envoyer des mails avec phpMailer, sans problème.
Depuis hier (et peut-être avant), l'envoi de mail plante avec le code 454 4.7.0 TLS not available due to local problem
J'ai inséré un debug dans mon script d'appel à phpMailer ($mail->SMTPDebug = SMTP::DEBUG_SERVER;) et j'obtiens ceci :
2021-08-27 11:15:59 SERVER -> CLIENT: 220 mail.nextwab.com ESMTP Postfix
2021-08-27 11:15:59 CLIENT -> SERVER: EHLO www.grainesdetoileslot.com
2021-08-27 11:15:59 SERVER -> CLIENT: 250-mail.nextwab.com 250-PIPELINING 250-SIZE 102400000 250-VRFY 250-ETRN 250-STARTTLS 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN
2021-08-27 11:15:59 CLIENT -> SERVER: STARTTLS
2021-08-27 11:15:59 SERVER -> CLIENT: 454 4.7.0 TLS not available due to local problem
2021-08-27 11:15:59 SMTP ERROR: STARTTLS command failed: 454 4.7.0 TLS not available due to local problem
2021-08-27 11:15:59 SMTP Error: Could not connect to SMTP host.
2021-08-27 11:15:59 CLIENT -> SERVER: QUIT
2021-08-27 11:15:59 SERVER -> CLIENT: 221 2.0.0 Bye
2021-08-27 11:15:59 SMTP connect() failed.
https://github.com/PHPMailer/PHPMailer/wiki/Troubl(...) Mailer Error: SMTP connect() failed.
https://github.com/PHPMailer/PHPMailer/wiki/Troubl(...) Quelqu'un peut-il m'aider à régler ce problème?
Merci par avance
Alain Templier
Webmaster bénévole