mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
4e942b6419
Approved by: portmgr blanket
13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
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: https://github.com/benprew/pony
|