Hi,
After upgrading the myDBR version 6, my email sending reports seem to fail with the following message (with debugging):
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingSMTP server error: Called RSET without being connected
Since PHPMailer was upgraded - could there be an issue there or is there something I need to re-configure? The username and password are unchanged and valid. It uses gmail to send via SMTP using TLS.
The debug message says:
2021-07-28 13:32:06 CLIENT -> SERVER: EHLO mydomain.com
2021-07-28 13:32:06 CLIENT -> SERVER: STARTTLS
2021-07-28 13:32:06 CLIENT -> SERVER: EHLO mydomain.com
2021-07-28 13:32:06 CLIENT -> SERVER: AUTH LOGIN
2021-07-28 13:32:06 CLIENT -> SERVER: [credentials hidden]
2021-07-28 13:32:06 CLIENT -> SERVER: [credentials hidden]
2021-07-28 13:32:06 SMTP ERROR: Password command failed: 535-5.7.8 Username and Password not accepted. Learn more at535 5.7.8 https://support.google.com/mail/?p=BadCredentials da23sm2673805edb.34 - gsmtp
SMTP Error: Could not authenticate.
2021-07-28 13:32:06 CLIENT -> SERVER: QUIT
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting