Commit f2a5f3f7 authored by Fred Drake's avatar Fred Drake

Markup adjustments for consistency.

parent 717ce00c
...@@ -178,12 +178,13 @@ or may raise the following exceptions: ...@@ -178,12 +178,13 @@ or may raise the following exceptions:
\end{description} \end{description}
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{starttls}{\optional{keyfile, certfile}} \begin{methoddesc}{starttls}{\optional{keyfile\optional{, certfile}}}
Put the SMTP connection in TLS (Transport Layer Security) mode. All SMTP Put the SMTP connection in TLS (Transport Layer Security) mode. All
commands that follow will be encrypted. You should then call ehlo() again. SMTP commands that follow will be encrypted. You should then call
\method{ehlo()} again.
If \var{keyfile} and \var{certfile} are provided, these are passed to the If \var{keyfile} and \var{certfile} are provided, these are passed to
socket module's ssl function. the \refmodule{socket} module's \function{ssl()} function.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{sendmail}{from_addr, to_addrs, msg\optional{, \begin{methoddesc}{sendmail}{from_addr, to_addrs, msg\optional{,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment