blob: 65bd93ac5a62dac211058f32c7a3f0f1c08d6df7 [file] [log] [blame]
:mod:`airflow.providers.sendgrid.utils.emailer`
===============================================
.. py:module:: airflow.providers.sendgrid.utils.emailer
.. autoapi-nested-parse::
Airflow module for email backend using sendgrid
Module Contents
---------------
.. data:: log
.. data:: AddressesType
.. function:: send_email(to: AddressesType, subject: str, html_content: str, files: Optional[AddressesType] = None, cc: Optional[AddressesType] = None, bcc: Optional[AddressesType] = None, sandbox_mode: bool = False, **kwargs) -> None
Send an email with html content using `Sendgrid <https://sendgrid.com/>`__.
.. note::
For more information, see :ref:`email-configuration-sendgrid`
.. function:: _post_sendgrid_mail(mail_data: Dict) -> None