Ruby no longer has to be jealous of PHP’s mail() function, which can send an email in a single command.
Pony.mail(:to => '[email protected]', :from => '[email protected]', :subject => 'hi', :body => 'Hello there.')
Any option key may be omitted except for :to.
Pony uses /usr/sbin/sendmail to send mail if it is available, otherwise it uses SMTP to localhost.
Written by Adam Wiggins
Released under the MIT License: www.opensource.org/licenses/mit-license.php