Email Configuration¶
You can configure the email that is being sent in your airflow.cfg
by setting a subject_template
and/or a html_content_template
in the email
section.
To access the task’s information you use Jinja Templating in your template files.
For example a html_content_template
file could look like this:
Note
For more information on setting the configuration, see Setting Configuration Options