airflow.providers.sendgrid.utils.emailer

Airflow module for email backend using sendgrid

Module Contents

airflow.providers.sendgrid.utils.emailer.log[source]
airflow.providers.sendgrid.utils.emailer.AddressesType[source]
airflow.providers.sendgrid.utils.emailer.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, conn_id: str = 'sendgrid_default', **kwargs)None[source]
Send an email with html content using `Sendgrid <https://sendgrid.com/>`__.

Note

For more information, see Send email using SendGrid

Was this entry helpful?