Merge pull request #976 from aufziehvogel/fixed_mailsender_vartypes

fixed the variable types in mailsender documentation
This commit is contained in:
Mikhail Korobov 2014-12-11 03:02:33 +05:00
commit c485a05540
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)