johnantoni / smtp-tls forked from ambethia/smtp-tls

A ruby gem to enable TLS for Net::SMTP

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README.rdoc
file Rakefile
file VERSION.yml
directory lib/
file smtp-tls.gemspec
README.rdoc

SMTP-TLS

I didn’t author this, so I can’t make any claims about it’s worth, licensing, or anything else. It’s just a gem package for some code that’s been floating around for a few years. Check google, or the following for more information:

Dependencies

  • Net::SMTP
  • OpenSSL

Usage

  require 'smtp-tls'

Then get back to business as usual.