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

Test::Smoke::Mailer::Mail_X

This handles sending the message with either the mail or mailx program.

DESCRIPTION

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

Keys for %args:

  * ddir
  * mailbin/mailxbin
  * to
  * cc
  * v

$mailer->mail( )

mail() sets up the commandline and body and pipes it to either the mail or the mailx program.

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.