Redmine sends e-mail, but they don't deliver to google mail/google apps mailboxes
Added by Vladimir Shamburskiy over 10 years ago
Hello
So, i have configuration file with settings:
- default configuration options for all environments
default: # Outgoing emails configuration (see examples above)
email_delivery:
delivery_method: :async_smtp
smtp_settings:
enable_starttls_auto: true
address: smtp.gmail.com
port: 587
domain: ourdomain
authentication: :login
user_name: "admin@ourdomain"
password: "password"
If i try to send test e-mail to not google services - it works correctly
But if i change e-mail recepient as user@google.com or user@mydomain (google apps) redmine tells me that test e-mail successfully sent, but really it is not delivered
I tried to change smtp settings to another domain and got the same issue
What is wrong?
Thank you
Replies (1)
RE: Redmine sends e-mail, but they don't deliver to google mail/google apps mailboxes
-
Added by Martin Denizet (redmine.org team member) over 10 years ago
Hi Vladimir,
Check that the from address is configured with the real address sending the email (Redmine settings).
I know it can cause trouble with certain mail hosts.
Cheers,