Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fee28 commit 19b6f60Copy full SHA for 19b6f60
1 file changed
Doc/lib/libsmtplib.tex
@@ -138,9 +138,9 @@ \subsection{SMTP Objects \label{SMTP-objects}}
138
Identify yourself to an ESMTP server using \samp{EHLO}. The hostname
139
argument defaults to the fully qualified domain name of the local
140
host. Examine the response for ESMTP option and store them for use by
141
-\method{has_option()}.
+\method{has_extn()}.
142
143
-Unless you wish to use \method{has_option()} before sending
+Unless you wish to use \method{has_extn()} before sending
144
mail, it should not be necessary to call this method explicitly. It
145
will be implicitly called by \method{sendmail()} when necessary.
146
\end{methoddesc}
0 commit comments