Update docs/topics/extensions.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Aaron Tan 2021-08-01 11:02:27 +10:00 committed by GitHub
parent d55b6fcad6
commit 880a4d9493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 8 deletions

View File

@ -323,14 +323,10 @@ domain has finished scraping, including the Scrapy stats collected. The email
will be sent to all recipients specified in the :setting:`STATSMAILER_RCPTS`
setting.
Emails can be sent using the MailSender class
.. module:: scrapy.mail
:synopsis: MailSender class
.. class:: MailSender
To see a full list of parameters, including examples on how to instantiate MailSender and using mail settings, see :ref:`topics-email`
Emails can be sent using the :class:`~scrapy.mail.MailSender` class. To see a
full list of parameters, including examples on how to instantiate
:class:`~scrapy.mail.MailSender` and use mail settings, see
:ref:`topics-email`.
.. module:: scrapy.extensions.debug
:synopsis: Extensions for debugging Scrapy