Defect #13698
closedWrong argument error when sending email notifications after upgrading to 2.3.0
0%
Description
Email notifications were working yesterday. I upgraded to Redmine 2.3.0 last night, and today I noticed email notifications weren't being sent out. I tried to send a test email and received the following error message:
An error occurred while sending mail (wrong argument (Fixnum)! (Expected kind of OpenSSL::SSL::SSLContext))
I checked my configuration.yml to make sure it was copied over from the earlier version (2.1.2), and it was:
production: email_delivery: delivery_method: :smtp smtp_settings: address: ourdomain.mail.eo.outlook.com port: 25 domain: redmine.ourdomain.com
I have tried changing the delivery method to async_smtp but received the same error message. As you can see from the configuration, there is no SSL/TLS and no authentication. I also tried changing the domain name to a non-existant name, and received the same error.
Here is my environment information:
Server OS: FreeBSD 9.
Redmine version: 2.3.0.stable
Ruby version: 1.8.7 (amd64-freebsd9)
Rails version: 3.2.13
Environment: production
Database adapter: MySQL
Files
Related issues
Updated by Etienne Massip over 11 years ago
- Status changed from Reopened to Closed
- Resolution set to Invalid
Updated by Etienne Massip over 11 years ago
- Status changed from Reopened to Closed
- Resolution set to Invalid
Updated by Jan from Planio www.plan.io about 11 years ago
- Related to Defect #15775: Email delivery error: wrong argument (Fixnum)! (Expected kind of OpenSSL::SSL::SSLContext) added