diff options
author | Piotr Fusik <pfusik@op.pl> | 2005-07-31 14:50:04 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-02 10:39:51 +0000 |
commit | 3c4b39bee8832007b7e91bfce8701d34cacab411 (patch) | |
tree | 190f72b72255db85e5c78f68a0d0047692aab3a9 /lib/Net/SMTP.pm | |
parent | db30010093a0bacd16d1fa3fd1bd5397da6479d3 (diff) | |
download | perl-3c4b39bee8832007b7e91bfce8701d34cacab411.tar.gz |
Typos in *.p[lm]
From: "Piotr Fusik" <pfusik@op.pl>
Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
p4raw-id: //depot/perl@25261
Diffstat (limited to 'lib/Net/SMTP.pm')
-rw-r--r-- | lib/Net/SMTP.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/SMTP.pm b/lib/Net/SMTP.pm index 44a955a8dd..2e410dddce 100644 --- a/lib/Net/SMTP.pm +++ b/lib/Net/SMTP.pm @@ -824,11 +824,11 @@ Send the QUIT command to the remote SMTP server and close the socket connection. Net::SMTP attempts to DWIM with addresses that are passed. For example an application might extract The From: line from an email -and pass that to mail(). While this may work, it is not reccomended. +and pass that to mail(). While this may work, it is not recommended. The application should really use a module like L<Mail::Address> to extract the mail address and pass that. -If C<ExactAddresses> is passed to the contructor, then addresses +If C<ExactAddresses> is passed to the constructor, then addresses should be a valid rfc2821-quoted address, although Net::SMTP will accept accept the address surrounded by angle brackets. |