Email::Sender - a library for sending email


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 the Email::Send::Transport::Sendmail manpage. If a local sendmail program is unavailable, the Email::Send::Transport::SMTP manpage will allow you to send mail through your relay host.

In the future, the Email::Sender::Simple manpage 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.