airflow.providers.smtp.notifications.smtp
¶
Module Contents¶
Classes¶
SMTP Notifier. |
Attributes¶
- class airflow.providers.smtp.notifications.smtp.SmtpNotifier(from_email, to, subject, html_content, files=None, cc=None, bcc=None, mime_subtype='mixed', mime_charset='utf-8', custom_headers=None, smtp_conn_id=SmtpHook.default_conn_name)[source]¶
Bases:
airflow.notifications.basenotifier.BaseNotifier
SMTP Notifier.
- Parameters
smtp_conn_id (str) – The smtp connection id that contains the information used to authenticate the client.