The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Test::Smoke::Mailer::Mail_Sendmail

This handles sending the message using the Mail::Sendmail module.

DESCRIPTION

Test::Smoke::Mailer::Mail_Sendmail->new( %args )

Keys for %args:

* ddir
* mserver
* to
* from
* cc
* v

$mailer->mail( )

mail() sets up the message to be send by Mail::Sendmail.

COPYRIGHT

(c) 2002-2013, All rights reserved.

* Abe Timmerman <abeltje@cpan.org>

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

See:

* <http://www.perl.com/perl/misc/Artistic.html>,
* <http://www.gnu.org/copyleft/gpl.html>

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.