johnantoni / smtp-tls forked from ambethia/smtp-tls
- Source
- Commits
- Network (6)
- Downloads (2)
- Wiki (5)
- Graphs
-
Branch:
master
smtp-tls /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
lib/ | ||
| |
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.

