Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / rubygem-pony / pkg-descr
1 The express way to send mail from Ruby.
2
3 Send email in one command:
4 Pony.mail(:to => 'someone@example.com', :body => 'hello')
5
6 Pony uses /usr/sbin/sendmail to send mail if it
7 is available, otherwise it uses SMTP to localhost.
8
9 Also, you may need rubygem-smtp_tls if you want to
10 send via tls/ssl and are using ruby < 1.8.7
11
12 WWW: https://github.com/benprew/pony