ActionMailer Optional TLS ======================== This plugin allows ActionMailer to work with SMTP servers that require TLS. It is heavily monkeypatched into ActionMailer and Net/SMTP, but such is life. Just set the following, and proceed as usual: ActionMailer::Base.server_settings[:tls] = true I haven''t quite figured out the best way to test this plugin, but if you execute the following command from the plugin directory itself, you should receive a gmail from yourself, and a fair amount of debug information will be output. I hope it suffices; if not, suggest an improvement! rake EMAIL=my_gmail_account-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org PASSWORD=secret Repository: http://svn.kylemaxwell.com/rails_plugins/action_mailer_optional_tls/tags/rel-0.1.0/ Feedback welcome, enjoy! -Kyle --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---