NAME

mailrpt.pl - Send the smoke report by mail

SYNOPSIS

$ ./mailrpt.pl -t mailx -d ../perl-current [--help | more options]

OPTIONS

Options depend on the type option, exept for some.

  • General options

    -d | --ddir <directory>  Set the directory for the source-tree (cwd)
    --to <emailaddresses>    Comma separated list (smokers-reports@perl.org)
    --cc <emailaddresses>    Comma separated list
    -v | --verbose           Be verbose
    
    -t | --type <type>       mail mailx sendmail Mail::Sendmail [mandatory]
  • options for -t mail/mailx

    none

  • options for -t sendmail

    --from <address>
  • options for -t Mail::Sendmail

    --from <address>
    --mserver <smtpserver>  (localhost)

SEE ALSO

Test::Smoke::Mailer, mkovz.pl

COPYRIGHT

(c) 2002, 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.