pkgsrc/mail/p5-Email-Sender/DESCR
he b13fb74192 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.
2009-01-05 13:35:37 +00:00

12 lines
519 B
Text

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.