airflow.providers.sendgrid.utils.emailer
¶
Airflow module for email backend using sendgrid.
Module Contents¶
Functions¶
|
Send an email with html content using Sendgrid. |
Attributes¶
- 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