Sending Email Notification with TLS does not work if ....
Added by Peter Panther over 11 years ago
Sending Email Notification with TLS does not work if ...
- you are using ruby 1.8.7
- and have updated or installed your Redmine V2.x after the 14th of May.
On this day the version 2.5.4 of the gem package 'mail' was released.
This package is automatically installed, cause its a prereq of actionmailer (~>2.5.3).
Further details can be found here (https://github.com/mikel/mail/issues/548)
Modify your Gemfile (gem "mail", "2.5.3") and downgrade to version 2.5.3 to get TLS working!
bundle install ... bundle update mail
Replies (2)
RE: Sending Email Notification with TLS does not work if .... - Added by Paresh Patel over 11 years ago
latest redmine install and bundle update your problem is solve
RE: Sending Email Notification with TLS does not work if .... - Added by Motaz Abuthiab about 11 years ago
i confirm this too
Environment: Redmine version 2.3.3.stable.12137 Ruby version 1.8.7-p302 (2010-08-16) [i486-linux] Rails version 3.2.13 Environment production Database adapter MySQL Redmine plugins: redmine_graphs 0.1.0 redmine_mylyn_connector 2.8.2.stable
Downgrade mail from 2.5.4 to 2.5.3 and editing the gem file fixed the problem
I think this has be to submitted as a bug