Email::Sender - a library for sending email



NAME

Email::Sender - a library for sending email


VERSION

version 0.092840


OVERVIEW

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.

Most users will be able to use the Email::Sender::Simple manpage to send mail. Users with more specific needs should look at the available Email::Sender::Transport classes.

Documentation may be found in the Email::Sender::Manual manpage, and new users should start with the Email::Sender::Manual::QuickStart manpage.


IMPLEMENTING

Email::Sender itelf is a Moose role. Any class that implements Email::Sender is required to provide a method called send. This method should accept any input that can be understood by the Email::Abstract manpage, followed by a hashref containing to and from arguments to be used as the envelope. The method should return an the Email::Sender::Success manpage object on success or throw an the Email::Sender::Failure manpage on failure.


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 the Perl 5 programming language system itself.

 Email::Sender - a library for sending email