Test::Reporter::Transport::Net::SMTP(3) SMTP transport for Test::Reporter

VERSION

version 1.57

SYNOPSIS


my $report = Test::Reporter->new(
transport => 'Net::SMTP',
);

DESCRIPTION

This module transmits a Test::Reporter report using Net::SMTP.

USAGE

See Test::Reporter and Test::Reporter::Transport for general usage information.

Transport Arguments

    $report->transport_args( @args );

Any transport arguments are passed through to the Net::SMTP constructer.

METHODS

These methods are only for internal use by Test::Reporter.

new

    my $sender = Test::Reporter::Transport::Net::SMTP->new( @args );

The "new" method is the object constructor.

send

    $sender->send( $report );

The "send" method transmits the report.

AUTHORS

  Adam J. Foxson <[email protected]>
  David Golden <[email protected]>
  Kirrily "Skud" Robert <[email protected]>
  Ricardo Signes <[email protected]>
  Richard Soderberg <[email protected]>
  Kurt Starsinic <[email protected]>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Authors and Contributors.

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