I''m using Google Mail SMTP server which requires sending via a secure connection. REF: http://mail.google.com/support/bin/answer.py?answer=76147 Looking at: http://api.rubyonrails.org/classes/ActionMailer/Base.html :authentication - :cram_md5... but that doesn''t appear to be the right one. I''ve got my Outlook Express sending and receiving... --> Question is, can RoR send via a secure connection? Thanks in advance, Pete -- 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2008-Sep-02 09:57 UTC
Re: ActionMailer::Base send via "secure connection"?
On 1 Sep 2008, at 23:46, Peter Alvin wrote:> > I''m using Google Mail SMTP server which requires sending via a secure > connection. > > REF: http://mail.google.com/support/bin/answer.py?answer=76147 > > Looking at: > > http://api.rubyonrails.org/classes/ActionMailer/Base.html > > :authentication - :cram_md5... but that doesn''t appear to be the right > one.you don''t need that. What you need is for the whole smtp session to be done over TLS/SSL> > > I''ve got my Outlook Express sending and receiving... > > --> Question is, can RoR send via a secure connection? >I think there''s an extra gem, that adds this capability to the libraries that actionmailer uses. googling for actionmailer ssl should turn up some stuff. Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
http://www.rubyinside.com/how-to-use-gmails-smtp-server-with-rails-394.html This is a good solution. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---