So I've just been refining my email settings after a recent import. I've decided to go the SMTP route and configured everything accordingly. The email test script runs successfully without any errors. I thought I would try the contact us form to check that it's actually working. I didn't receive any email after multiple attempts so logged into the ACP to find the below error being generated.
The error states that I do not have permission to send email from gmail.com - but I do not use Gmail for my site. I've set up SMTP accounts @mydomain and the email address the contact us form is attempting to send to is @mydomain. There is no gmail.com email address anywhere within my settings as far as I can tell.
Does anyone have any idea what is going on? If I was actually using Gmail I could understand there could be a multitude of reason for this error. But as I'm neither using Gmail nor trying to send an email from or to Gmail I'm a little perplexed in trying to figure out the source of the problem.
Any input is gladly appreciated.
- Swift_TransportException: Email to REDACTED failed: Expected response code 250 but got code "550", with message "550 sorry, you do not have permission to send email from gmail.com "
- src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:383
- Generated by: Unknown account
- Jun 26, 2020 at 10:31 PM
The error states that I do not have permission to send email from gmail.com - but I do not use Gmail for my site. I've set up SMTP accounts @mydomain and the email address the contact us form is attempting to send to is @mydomain. There is no gmail.com email address anywhere within my settings as far as I can tell.
Does anyone have any idea what is going on? If I was actually using Gmail I could understand there could be a multitude of reason for this error. But as I'm neither using Gmail nor trying to send an email from or to Gmail I'm a little perplexed in trying to figure out the source of the problem.
Any input is gladly appreciated.