public
Description: Enables TLS on SMTP connections (for services like GMail)
Homepage:
Clone URL: git://github.com/collectiveidea/action_mailer_optional_tls.git
webmat (author)
Tue Jun 02 08:48:08 -0700 2009
brandon (committer)
Fri Jun 05 06:04:47 -0700 2009
100644 6 lines (4 sloc) 0.134 kb
1
2
3
4
5
6
# Cobbled together from miscellaneous code from Stephen Chu and the ruby-talk list.
#
 
require 'smtp_tls'
require 'action_mailer_tls'