The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Protocol::SMTP - abstract support for the SMTP mail sending protocol

VERSION

version 0.002

SYNOPSIS

 use Protocol::SMTP::Client;

DESCRIPTION

See Protocol::SMTP::Client. Note that this is an abstract protocol handler, it does not deal with the transport itself - use Net::Async::SMTP if you want to send emails.

Features supported at the moment:

  • STARTTLS upgrading

  • Multiple recipients per outgoing email

  • 8BITMIME body encoding

  • SASL authentication

Missing features:

  • Everything else

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2012-2014. Licensed under the same terms as Perl itself.