Hi,
I have successfully configured SMTP with Gmail but when I use our company mail. I didn’t receive any email.
The log states that it was unable to send the email to admin@themegacompany.com
Here’s my configuration:
## SMTP Server Hostname
CMS_SMTP_SERVER=mail.themegacompany.com:465
## SMTP Username
CMS_SMTP_USERNAME=admin@themegacompany.com
## SMTP Password
CMS_SMTP_PASSWORD=*********
## Use a TLS Connection YES/NO
CMS_SMTP_USE_TLS=YES
## Use a STARTTLS Connection YES/NO
CMS_SMTP_USE_STARTTLS=YES
## Rewrite domain (the domain your email will appear to come from)
CMS_SMTP_REWRITE_DOMAIN=themegacompany.com
## Hostname that we should identify ourself to the remote server as
CMS_SMTP_HOSTNAME=themegacompany.com
## Can the From line be overridden in the outbound email
## NB GMail will rewrite the From address anyway so it's not important
## for GMail - YES/NO
CMS_SMTP_FROM_LINE_OVERRIDE=YES
Thanks.