Test::Reporter::Transport::Net::SMTP::SSL - SMTP over SSL transport for Test::Reporter
my $report = Test::Reporter->new( transport => 'Net::SMTP::SSL', transport_args => [ %args ], );
This module transmits a Test::Reporter report using Net::SMTP::SSL.
See Test::Reporter and Test::Reporter::Transport for general usage information.
$report->transport_args( @args );
Any transport arguments are passed through to the Net::SMTP::SSL constructer.
These methods are only for internal use by Test::Reporter.
my $sender = Test::Reporter::Transport::Net::SMTP::SSL->new( @args );
The new
method is the object constructor.
$sender->send( $report );
The send
method transmits the report.
Theodore Robert Campbell Jr, <trcjr at cpan.org>
Please report any bugs or feature requests to bug-test-reporter-transport-net-smtp-ssl at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Reporter-Transport-Net-SMTP-SSL. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Test::Reporter::Transport::Net::SMTP::SSL
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Reporter-Transport-Net-SMTP-SSL
http://annocpan.org/dist/Test-Reporter-Transport-Net-SMTP-SSL
http://cpanratings.perl.org/d/Test-Reporter-Transport-Net-SMTP-SSL
http://search.cpan.org/dist/Test-Reporter-Transport-Net-SMTP-SSL/
Copyright 2010 Theodore Robert Campbell Jr
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.