[ANN] TLS support for ActionMailer!

This plugin lets you send mail through SMTP servers (like gmail) that
require a secure connection. All you have to do is install the plugin
via the standard methods, and set the following line somewhere useful
(like environment.rb):

ActionMailer::Base.server_settings[:tls] = true

Plugin URL:
http://svn.kylemaxwell.com/action_mailer_optional_tls/


Kyle M.
Chief Technologist
E Factor Media // FN Interactive
[email protected]
1-866-263-3261

Thank you Kyle. Much appreciated.

Would you recommend this option of the msmtp gem?

Jodi