I need help with configuring SMTP Authentication for sending emails via a PHP Script (form). I'm using the Gsuite for email and I can send/receive emails correctly, but it won't work with a PHP mail form. I am using Exim as the mail server with Gmail's MX records, etc. I'm pretty sure everything is set up properly except the SMTP mail server
I am getting the following errors via logs:
SMTP error from remote mail server (Error 550)
The mail server could not deliver mail to [email protected] The account or domain may not exist, they may be blacklisted, or missing the proper dns entries
I am getting the following errors via logs:
SMTP error from remote mail server (Error 550)
The mail server could not deliver mail to [email protected] The account or domain may not exist, they may be blacklisted, or missing the proper dns entries