K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-08-30T21:49:13.000000Z K 7 svn:log V 438 The express way to send mail from Ruby. Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello') Pony uses /usr/sbin/sendmail to send mail if it is available, otherwise it uses SMTP to localhost. Also, you may need rubygem-smtp_tls if you want to send via tls/ssl and are using ruby < 1.8.7 WWW: http://github.com/benprew/pony PR: ports/150116 Submitted by: Eric Freeman END