1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/mail/rubygem-pony/pkg-descr
Dmitry Marakasov 4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00

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