Skip to content

Instantly share code, notes, and snippets.

@ohld
Created April 14, 2021 10:51
Show Gist options
  • Save ohld/168fb62532d3a3a1ae66c7463a0d6cbe to your computer and use it in GitHub Desktop.
Save ohld/168fb62532d3a3a1ae66c7463a0d6cbe to your computer and use it in GitHub Desktop.
Airflow env vars list to setup Email notifications with Gmail SMTP
AIRFLOW__SMTP__SMTP_HOST=smtp.gmail.com
AIRFLOW__SMTP__SMTP_SSL=true
AIRFLOW__SMTP__SMTP_PORT=465
AIRFLOW__SMTP__SMTP_USER=
AIRFLOW__SMTP__SMTP_PASSWORD=
AIRFLOW__SMTP__SMTP_MAIL_FROM=
# more env vars: https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#smtp
@ohld
Copy link
Author

ohld commented Apr 14, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment