Net::SMTP::TLS::ButMaintained

An SMTP client supporting TLS and AUTH
Download

Net::SMTP::TLS::ButMaintained Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Fayland Lam
  • Publisher web site:
  • http://search.cpan.org/~fayland/

Net::SMTP::TLS::ButMaintained Tags


Net::SMTP::TLS::ButMaintained Description

An SMTP client supporting TLS and AUTH Net::SMTP::TLS::ButMaintained is a Perl module forked from Net::SMTP::TLS.Net::SMTP::TLS::ButMaintained is a TLS and AUTH capable SMTP client which offers an interface that users will find familiar from Net::SMTP. Net::SMTP::TLS::ButMaintained implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of that API.The methods supported by Net::SMTP::TLS::ButMaintained are used in the above example. Though self explanatory for the most part, please see the perldoc for Net::SMTP if you are unclear.SYNOPSIS use Net::SMTP::TLS::ButMaintained; my $mailer = Net::SMTP::TLS::ButMaintained->new( 'your.mail.host', Hello => 'some.host.name', Port => 25, #redundant User => 'emailguy', Password=> 's3cr3t'); $mailer->mail('emailguy@your.mail.host'); $mailer->to('someonecool@somewhere.else'); $mailer->data; $mailer->datasend("Sent thru TLS!"); $mailer->dataend; $mailer->quit; Requirements: · Perl


Net::SMTP::TLS::ButMaintained Related Software