From 3c4b39bee8832007b7e91bfce8701d34cacab411 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Sun, 31 Jul 2005 14:50:04 +0200 Subject: Typos in *.p[lm] From: "Piotr Fusik" Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261 --- lib/Net/SMTP.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Net/SMTP.pm') 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 to extract the mail address and pass that. -If C is passed to the contructor, then addresses +If C 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. -- cgit v1.2.1