Posted - 10/22/2022 : 06:42:57
Hi,
We are having an issue with Order At Your Store emails not always arriving, sometimes I only know we have an order because Paypal email arrives. I've been in touch with your hosting provider to see if they can spot anything and they suggested I use SMTP rather than PHP mail to see if that helped.
So I configured the server as per their settings for the host, port as 25 and security as None.
However when I try to resend an email I get the following error, which looks to me as though the server is using TLS security rather than none?
This is with V7.5.2, can anyone help?
Regards,
Andy
2022-10-22 13:34:47 SERVER -> CLIENT: 220 smtp-out-sh.livemail.co.uk ESMTP Postfix 2022-10-22 13:34:47 CLIENT -> SERVER: EHLO www.kalypsoglass.co.uk 2022-10-22 13:34:47 SERVER -> CLIENT: 250-smtp-out-sh.livemail.co.uk250-PIPELINING250-SIZE 51200000250-VRFY250-ETRN250-STARTTLS250-ENHANCEDSTATUSCODES250-8BITMIME250 DSN 2022-10-22 13:34:47 CLIENT -> SERVER: STARTTLS 2022-10-22 13:34:47 SERVER -> CLIENT: 454 4.7.0 TLS not available due to local problem 2022-10-22 13:34:47 SMTP ERROR: STARTTLS command failed: 454 4.7.0 TLS not available due to local problem SMTP Error: Could not connect to SMTP host. STARTTLS command failed TLS not available due to local problem 2022-10-22 13:34:47 CLIENT -> SERVER: QUIT 2022-10-22 13:34:47 SERVER -> CLIENT: 221 2.0.0 Bye SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting Failed to send mail: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
|