The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Email::Sender - a library for sending email

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>

BUGS

Please report any bugs or feature requests through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Copyright 2006-2008, Ricardo SIGNES.

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