mirror of https://github.com/scrapy/scrapy.git
Merge pull request #976 from aufziehvogel/fixed_mailsender_vartypes
fixed the variable types in mailsender documentation
This commit is contained in:
commit
c485a05540
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue