Hi guys - I''m sorry to post about this issue again but after several days I still cannot get ActionMailer working and I''ve been through every tutorial/forum looking for the answer. I know ActionMailer now requires SSL validation, does that mean I need to purchase an SSL certificate before I can send emails? If not, is there anyone out there who can help me set up my mailer to work? http://groups.google.co.uk/group/rubyonrails-talk/browse_thread/thread/db2040e420d94c17?hl=en your''s despairingly, Gavin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Fernando Perez
2009-Jan-20 13:41 UTC
Re: Do I need an SSL certificate to use ActionMailer 2.2.2?
> I know ActionMailer now requires SSL validation, does that mean I need > to purchase an SSL certificate before I can send emails?Where did you hear that? SSL is only an option not a requirement. We use ActionMailer on our VoD website, and to send and receive emails from/to other servers, we cannot (yet) use encrypted protocol. -- Screencasts for distance learners: http://www.digiprof.fr -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Dr_Gavin
2009-Jan-20 13:50 UTC
Re: Do I need an SSL certificate to use ActionMailer 2.2.2?
I was under the impression that this was one of the changes in Rails 2.2? http://journal.dedasys.com/2008/12/08/openssl-ssl-sslerror-hostname-was-not-match-with-the-server-certificate I get the message: OpenSSL::SSL::SSLError: hostname was not match with the server certificate When trying to use the actionmailer settings that everyone suggests? Does your app run in Rails 2.2.2 Fernando? On 20 Jan, 13:41, Fernando Perez <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > I know ActionMailer now requires SSL validation, does that mean I need > > to purchase an SSL certificate before I can send emails? > > Where did you hear that? SSL is only an option not a requirement. We use > ActionMailer on our VoD website, and to send and receive emails from/to > other servers, we cannot (yet) use encrypted protocol. > > -- > Screencasts for distance learners:http://www.digiprof.fr > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---