I've tried three different external SMTP servers. I can't send a test email to any of them via AcyMailing. On all three, I get a "SMTP Connection Failed" error. Specifically, I get "SMTP ERROR: Password command failed: 535 Incorrect authentication data". Same error on all three. I know I have the correct SMTP server settings, SMTP username, and SMTP password. I am using port 587 and have verified this port is available to AcyMailing.
I can connect and send email from other applications to the external SMTP server, but not via AcyMailing. I verified with my ISP that I can use any SMTP server. I've tried using Elastic Email, SendGrid, and now Amazon SES. All three external SMTP servers return the same SMTP error.
Here's the return SMTP log:
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
2020-08-06 20:29:10 CLIENT -> SERVER: EHLO www.militarycampgrounds.us
2020-08-06 20:29:10 CLIENT -> SERVER: STARTTLS
2020-08-06 20:29:10 CLIENT -> SERVER: EHLO www.militarycampgrounds.us
2020-08-06 20:29:10 CLIENT -> SERVER: AUTH LOGIN
2020-08-06 20:29:10 CLIENT -> SERVER: <credentials hidden>
2020-08-06 20:29:10 CLIENT -> SERVER: <credentials hidden>
2020-08-06 20:29:12 SMTP ERROR: Password command failed: 535 Incorrect authentication data
2020-08-06 20:29:12 CLIENT -> SERVER: QUIT
Help - Thoughts?
Thanks!
Larry