Net-Smtp

Net::SMTP(3p) Perl Programmers Reference Guide Net::SMTP(3p)

Net-Smtp

Net::SMTP(3p) Perl Programmers Reference Guide Net::SMTP(3p) # Net::SMTP(3p) Perl Programmers Reference Guide Net::SMTP(3p) NNAAMMEE # Net::SMTP - Simple Mail Transfer Protocol Client SSYYNNOOPPSSIISS # use Net::SMTP; # Constructors $smtp = Net::SMTP->new('mailhost'); $smtp = Net::SMTP->new('mailhost', Timeout => 60); DDEESSCCRRIIPPTTIIOONN # This module implements a client interface to the SMTP and ESMTP protocol, enabling a perl5 application to talk to SMTP servers. This documentation assumes that you are familiar with the concepts of the SMTP protocol described in RFC2821. ...