diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-05 22:25:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-05 22:25:19 +0000 |
commit | 9504e4949bbd92adead0875a6aa1d67af1fc1a8b (patch) | |
tree | 738deb397e6c5d13db374864f8a3f40b14ce9f16 /mail/Makefile | |
parent | d4a911b46651e0e77a64513ff3cff05e89b20d0a (diff) |
Email::Sender replaces the old and sometimes problematic Email::Send library,
which did a decent job at handling very simple email sending tasks, but was not
suitable for serious use, for a variety of reasons.
Most users will be able to use Email::Sender::Simple to send mail. Users with
more specific needs should look at the available Email::Sender::Transport
classes.
Documentation may be found in Email::Sender::Manual, and new users should start
with Email::Sender::Manual::QuickStart.
WWW: http://search.cpan.org/dist/Email-Sender/
PR: ports/136319
Submitted by: Bill Brinzer <bill.brinzer at gmail.com>
Notes
Notes:
svn path=/head/; revision=237205
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 a31ac879a2b5..d263e74909cf 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -339,6 +339,7 @@ SUBDIR += p5-Email-MessageID SUBDIR += p5-Email-Reply SUBDIR += p5-Email-Send + SUBDIR += p5-Email-Sender SUBDIR += p5-Email-Simple SUBDIR += p5-Email-Simple-Creator SUBDIR += p5-Email-Valid |