Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fixed the variable types in mailsender documentation
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
docs/topics/email.rst
|
@@ -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) |
|
|
|
|
|