email::sender::transport::smtp::persistent(3pm) debian man page | unix.com

Man Page: email::sender::transport::smtp::persistent

Operating Environment: debian

Section: 3pm

Email::Sender::Transport::SMTP::Persistent(3pm) 	User Contributed Perl Documentation	   Email::Sender::Transport::SMTP::Persistent(3pm)

NAME
Email::Sender::Transport::SMTP::Persistent - an SMTP client that stays online
VERSION
version 0.110005
DESCRIPTION
The stock Email::Sender::Transport::SMTP reconnects each time it sends a message. This transport only reconnects when the existing connection fails.
METHODS
disconnect $transport->disconnect; This method sends an SMTP QUIT command and destroys the SMTP client, if on exists and is connected.
AUTHOR
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo Signes. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-06 Email::Sender::Transport::SMTP::Persistent(3pm)
Related Man Pages
email::send::smtp(3pm) - debian
email::sender(3pm) - debian
email::sender::transport(3pm) - debian
email::sender::transport::smtp::tls(3pm) - debian
test::reporter::transport::file(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file