Commit ff3838fc authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Some wording changes and markup fixes

parent b4ac4be1
...@@ -32,12 +32,12 @@ included below. ...@@ -32,12 +32,12 @@ included below.
local_hostname\optional{, local_hostname\optional{,
keyfile\optional{, keyfile\optional{,
certfile}}}}}} certfile}}}}}}
A \class{SMTP_SSL} instance behaves exactly the same as instance \class{SMTP}. A \class{SMTP_SSL} instance behaves exactly the same as instances of \class{SMTP}.
\class{SMTP_SSL} should be used for the situations where SSL is required from \class{SMTP_SSL} should be used for situations where SSL is required from
the beginning of the connection and \method{starttls()} is not appropriate. the beginning of the connection and using \method{starttls()} is not appropriate.
If host is not specified, the local host is used. If port is If \var{host} is not specified, the local host is used. If \var{port} is
omitted, the standard SMTP-over-SSL port (465) is used. keyfile and certfile omitted, the standard SMTP-over-SSL port (465) is used. \var{keyfile} and \var{certfile}
are also optional - they can contain a PEM formatted private key and are also optional, and can contain a PEM formatted private key and
certificate chain file for the SSL connection. certificate chain file for the SSL connection.
\end{classdesc} \end{classdesc}
......
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