smtp_tls
- URL
- http://seattlerb.rubyforge.org/smtp_tls
- Author(s)
- Eric Hodel and Kyle Maxwell
- Summary
- Provides SMTP STARTTLS support for Ruby 1.8.6 (built-in for 1.8.7+). Simply require 'smtp_tls' and use the Net::SMTP#enable_starttls method to talk to servers that use STARTTLS. require 'smtp_tls' smtp = Net::SMTP.new address, port smtp.enable_st
