Provided by: libemail-sender-perl_1.300021-1_all 

NAME
Email::Sender::Transport::SMTP::Persistent - an SMTP client that stays online
VERSION
version 1.300021
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) 2015 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.20.2 2015-10-15 Email::Sender::...MTP::Persistent(3pm)