summaryrefslogtreecommitdiff
path: root/mail/p5-Email-Sender/DESCR
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2009-01-05 13:35:37 +0000
committerhe <he@pkgsrc.org>2009-01-05 13:35:37 +0000
commitb13fb74192558ea7b2f2ea40aaf8faab66dd0b3f (patch)
treeec30670bd56dff1b18ec5ab78ea115e07c2c72fd /mail/p5-Email-Sender/DESCR
parentf67cb28d882d9fe6e26876b2a86bc1dc5bb0bbb6 (diff)
downloadpkgsrc-b13fb74192558ea7b2f2ea40aaf8faab66dd0b3f.tar.gz
Import p5-Email-Sender version 0.001.
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. At present, the casual user is probably best off using Email::Send::Transport::Sendmail. If a local sendmail program is unavailable, Email::Send::Transport::SMTP will allow you to send mail through your relay host. In the future, Email::Sender::Simple will provide a very simple interface for sending mail.
Diffstat (limited to 'mail/p5-Email-Sender/DESCR')
-rw-r--r--mail/p5-Email-Sender/DESCR12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/p5-Email-Sender/DESCR b/mail/p5-Email-Sender/DESCR
new file mode 100644
index 00000000000..f4c44f21fe5
--- /dev/null
+++ b/mail/p5-Email-Sender/DESCR
@@ -0,0 +1,12 @@
+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.
+
+At present, the casual user is probably best off using
+Email::Send::Transport::Sendmail. If a local sendmail program is
+unavailable, Email::Send::Transport::SMTP will allow you to send
+mail through your relay host.
+
+In the future, Email::Sender::Simple will provide a very simple
+interface for sending mail.