diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-08-31 05:49:13 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-08-31 05:49:13 +0800 |
commit | 6836b17ac1ef873bee7ad2c26af749b386e445ca (patch) | |
tree | 1f7c5cddab7ce97fb066e7e86bf291cd75db9649 /mail/Makefile | |
parent | 3123673ae96ec4ef246f537dc8e4a89e247d729b (diff) | |
download | freebsd-ports-gnome-6836b17ac1ef873bee7ad2c26af749b386e445ca.tar.gz freebsd-ports-gnome-6836b17ac1ef873bee7ad2c26af749b386e445ca.tar.zst freebsd-ports-gnome-6836b17ac1ef873bee7ad2c26af749b386e445ca.zip |
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 <freebsdports at chillibear.com>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index f62b390f43c7..a56da3ba7350 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -599,6 +599,7 @@ SUBDIR += rubygem-actionmailer SUBDIR += rubygem-mail SUBDIR += rubygem-mailfactory + SUBDIR += rubygem-pony SUBDIR += rubygem-tmail SUBDIR += sa-stats SUBDIR += sa-utils |