I wrote my app in Rails 2.1 - emails seemed to work fine. My host are running Rails 2.2.2 though and now I get this error message when sending emails: OpenSSL::SSL::SSLError (hostname was not match with the server certificate): Can anyone advise? Thanks :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
These are my configuration settings in base.rb
@@smtp_settings = {
:address => "localhost",
:port => 25,
:domain => ''thinkersplayground.com'',
:user_name =>
''myusername-YMj/zd8x6QpKMzDMP321V2ksYUyLi9NM@public.gmane.org'',
:password => ''mypassword'',
:authentication => :login
}
cattr_accessor :smtp_settings
Are these incorrect?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---