This project is archived and is in readonly mode.

#1491 ✓resolved
rssaddict

SSL problem with SMTP in 2.2.2

Reported by rssaddict | November 28th, 2008 @ 03:49 PM | in 2.x

When I try to send mail using SMTP in Rails 2.2.2 I get the following error (full trace attached):

hostname was not match with the server certificate

When I set the RAILS_GEM_VERSION to 2.2.0 in environment.rb the mail sends without problem.

Here are my smtp_settings:

ActionMailer::Base.smtp_settings = { :address => 'mail.514design.com', :port => 26, :domain => '514design.com', :user_name => 'xxxxxxx@514design.com', :password => 'xxxxxxxx', :authentication => 'login' }

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Pages