Sha256: 1c1d3f83a81ec7dd05e2c624f62a0ac3096cd18c38d7f7c226bfb27cec225634
Contents?: true
Size: 975 Bytes
Versions: 3
Compression:
Stored size: 975 Bytes
Contents
A fast and lightweight ruby mailer based on http://github.com/benprew/pony. For a more historical perspective read http://en.wikipedia.org/wiki/Pony_Express. INSTALL: sudo apt-get install libmimetic-dev sudo gem install pony-express REQUIREMENT: * Ruby >= 1.9.1 * rubygems >= 1.3.5 * ruby development libraries (debian: ruby1.9.1-dev) * mimetic >= 0.9.6 development libraries USAGE: >> require "pony-express" >> args = { from: "jim@example.com", to: "ralph@example.com", subject: "test email", via: "sendmail" } >> args[:text] = "Hello!" >> args[:html] = "<strong>Hello!</strong>" >> PonyExpress.send(args) TODO: * Attachments, Rainbows and Unicorns. LICENSE: GNU GPLv3, so its free and comes with no guarantees. If it brings down your website or burns down your house, I will not be held responsible. Use it at your own risk. You can read all about GNU here: http://www.gnu.org and GNU GPLv3 here: http://www.gnu.org/licenses/gpl.txt.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pony-express-0.2.2 | README |
pony-express-0.2.1 | README |
pony-express-0.2.0 | README |