fixed the variable types in mailsender documentation

This commit is contained in:
Stefan 2014-12-10 22:48:09 +01:00 committed by Daniel Graña
parent edb07a452c
commit bb3a848c12
1 changed files with 2 additions and 2 deletions

View File

@ -63,10 +63,10 @@ uses `Twisted non-blocking IO`_, like the rest of the framework.
:type smtpport: int
:param smtptls: enforce using SMTP STARTTLS
:type smtpport: boolean
:type smtptls: boolean
:param smtpssl: enforce using a secure SSL connection
:type smtpport: boolean
:type smtpssl: boolean
.. classmethod:: from_settings(settings)