Email::Sender::Transport::SMTP::Persistent - an SMTP client that stays online


Email-Sender documentation  | view source Contained in the Email-Sender distribution.

Index


NAME

Top

Email::Sender::Transport::SMTP::Persistent - an SMTP client that stays online

VERSION

Top

version 0.110001

DESCRIPTION

Top

The stock Email::Sender::Transport::SMTP reconnects each time it sends a message. This transport only reconnects when the existing connection fails.

METHODS

Top

disconnect

  $transport->disconnect;

This method sends an SMTP QUIT command and destroys the SMTP client, if on exists and is connected.

AUTHOR

Top

Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


Email-Sender documentation  | view source Contained in the Email-Sender distribution.