mirror of https://github.com/scrapy/scrapy.git
Fix for duplicate object description error
This commit is contained in:
parent
714aa3970e
commit
d55b6fcad6
|
|
@ -328,7 +328,7 @@ Emails can be sent using the MailSender class
|
|||
.. module:: scrapy.mail
|
||||
:synopsis: MailSender class
|
||||
|
||||
.. class:: MailSender(smtphost=None, mailfrom=None, smtpuser=None, smtppass=None, smtpport=None)
|
||||
.. class:: MailSender
|
||||
|
||||
To see a full list of parameters, including examples on how to instantiate MailSender and using mail settings, see :ref:`topics-email`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue