SMTP config to send email out of exchange
Added by Barnabas Lovas over 3 years ago
Hi,
I have a redmine 4.1.1, smtp config here:
production:
delivery_method: :smtp
smtp_settings:
address: my exchange server ip or DNS name
port: 25
openssl_verify_mode: "NONE"
In the domain the email notification is working perfect, but we have some outsoruce partner. The problem is, the email notfication is not working out of domain. So the notification not sended to @gmail.com, @hotmail.com etc. but @mydomain.com working perfectly.
How i configure the smtp to work both method?
Thank you the help!
Replies (1)
RE: SMTP config to send email out of exchange - Added by C S over 3 years ago
You are sure, your domain is not blacklisted? (https://de.godaddy.com/help/check-if-google-is-blocking-my-website-27816?lc=en-US)
If you don't have a whitelisted domain as sender, it does not work!