Email::Sender::Transport::SMTP::Persistent(3pm) | User Contributed Perl Documentation | Email::Sender::Transport::SMTP::Persistent(3pm) |
Email::Sender::Transport::SMTP::Persistent - an SMTP client that stays online
version 1.300035
The stock Email::Sender::Transport::SMTP reconnects each time it sends a message. This transport only reconnects when the existing connection fails.
$transport->disconnect;
This method sends an SMTP QUIT command and destroys the SMTP client, if on exists and is connected.
Ricardo Signes <rjbs@semiotic.systems>
This software is copyright (c) 2020 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.
2020-10-15 | perl v5.30.3 |