aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-08-30 21:49:13 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-08-30 21:49:13 +0000
commitb19aebac9bafbd4d02fcdad83dd5c256143e6731 (patch)
treeaf8a2b8d02ab8d5e458d8f9e0b4e9d1e6e0e555a /mail/Makefile
parent63e560a5d7b6f2ec431ade7a3c54052b40b42f57 (diff)
downloadports-b19aebac9bafbd4d02fcdad83dd5c256143e6731.tar.gz
ports-b19aebac9bafbd4d02fcdad83dd5c256143e6731.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>
Notes
Notes: svn path=/head/; revision=260220
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
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