airflow.providers.sendgrid.utils.emailer

Airflow module for email backend using sendgrid

Module Contents

Functions

send_email(to, subject, html_content[, files, cc, ...])

Send an email with html content using Sendgrid.

Attributes

log

AddressesType

airflow.providers.sendgrid.utils.emailer.log[source]
airflow.providers.sendgrid.utils.emailer.AddressesType[source]
airflow.providers.sendgrid.utils.emailer.send_email(to, subject, html_content, files=None, cc=None, bcc=None, sandbox_mode=False, conn_id='sendgrid_default', **kwargs)[source]

Send an email with html content using Sendgrid.

Note

For more information, see Send email using SendGrid

Was this entry helpful?