]> granicus.if.org Git - python/commitdiff
Add local_hostname to SMTP.__init__().
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 24 Mar 2002 15:41:40 +0000 (15:41 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Sun, 24 Mar 2002 15:41:40 +0000 (15:41 +0000)
Doc/lib/libsmtplib.tex

index 526b4a14a939deebf020eaa722ed7fb4e3e37d46..c41057d6c3a0a7e65a9745c03bfc708ea7cedd62 100644 (file)
@@ -14,7 +14,8 @@ listener daemon.  For details of SMTP and ESMTP operation, consult
 \rfc{821} (\citetitle{Simple Mail Transfer Protocol}) and \rfc{1869}
 (\citetitle{SMTP Service Extensions}).
 
-\begin{classdesc}{SMTP}{\optional{host\optional{, port}}}
+\begin{classdesc}{SMTP}{\optional{host\optional{, port\optional{,
+                        local_hostname}}}}
 A \class{SMTP} instance encapsulates an SMTP connection.  It has
 methods that support a full repertoire of SMTP and ESMTP
 operations. If the optional host and port parameters are given, the