NAME

Email::Sender - a library for sending email

VERSION

version 0.091560_001

DESCRIPTION

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::Sender::Transport::Sendmail. If a local sendmail program is unavailable, Email::Sender::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.

AUTHOR

Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2009 by Ricardo Signes.

This is free software; you can redistribute it and/or modify it under the same terms as perl itself.