Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19b6f60

Browse files
committed
There's no such method as has_option() -- should be has_extn().
1 parent d4fee28 commit 19b6f60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libsmtplib.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ \subsection{SMTP Objects \label{SMTP-objects}}
138138
Identify yourself to an ESMTP server using \samp{EHLO}. The hostname
139139
argument defaults to the fully qualified domain name of the local
140140
host. Examine the response for ESMTP option and store them for use by
141-
\method{has_option()}.
141+
\method{has_extn()}.
142142

143-
Unless you wish to use \method{has_option()} before sending
143+
Unless you wish to use \method{has_extn()} before sending
144144
mail, it should not be necessary to call this method explicitly. It
145145
will be implicitly called by \method{sendmail()} when necessary.
146146
\end{methoddesc}

0 commit comments

Comments
 (0)