Emails and redmine 2.3.0
Added by Jean-Michel G over 11 years ago
Just a trick.
With 2.0, we solved error "hostname was not match with the server certificate" by
openssl_verify_mode 'none'
With 2.3.0 I solved this with:
enable_starttls_auto: false
Hope it can help anyone...
Replies (7)
RE: Emails and redmine 2.3.0 - Added by John Reynolds over 11 years ago
That was the fix for us too - our emails where not going out.
Thank you!
RE: Emails and redmine 2.3.0 - Added by Chris Lockwood over 11 years ago
Fantastic! Thank you for this, problem solved.
RE: Emails and redmine 2.3.0 - Added by Jean-Baptiste Barth over 11 years ago
I added it to the wiki : EmailConfiguration
RE: Emails and redmine 2.3.0 - Added by dejan dudukovic over 11 years ago
thx this config help me
i just remove
openssl_verify_mode: 'none'
and add
enable_starttls_auto: false