Update docs

This commit is contained in:
Paul Tremberth 2017-08-08 17:42:56 +02:00
parent 80bb4fcf97
commit 0d8a33fddc
1 changed files with 2 additions and 2 deletions

View File

@ -54,10 +54,10 @@ uses `Twisted non-blocking IO`_, like the rest of the framework.
:param smtpuser: the SMTP user. If omitted, the :setting:`MAIL_USER`
setting will be used. If not given, no SMTP authentication will be
performed.
:type smtphost: str
:type smtphost: str or bytes
:param smtppass: the SMTP pass for authentication.
:type smtppass: str
:type smtppass: str or bytes
:param smtpport: the SMTP port to connect to
:type smtpport: int