Description
We need to have a way to add extra CC: to the emails sent by Airflow
Use case / motivation
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
This is a test issue that is used in Contributor's documentation to show an example issue for the first time contributors
Please do not merge the change even if you implement it!
The example workflow that uses this issue is described in
https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
We need to have a way to add extra CC: to the emails sent by Airflow.
- You can see the information about how to configure email here email: [https://airflow.readthedocs.io/en/latest/concepts.html#email-configuration]
- Here is the class you should modify: airflow/utils/email.py
- Tests for email class are in: tests/utils/test_email.py
- Run the tests in Local Virtualenv: LOCAL_VIRTUALENV.rst
- Run the tests in Breeze: BREEZE.rst
- Make a DRAFT PR as described in https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contributions
- Run airflow webserver and scheduler and configure it to send emails and connect to a real SMTP server and test if the email is sent with the CC:'d account
Description
We need to have a way to add extra CC: to the emails sent by Airflow
Use case / motivation
This is a test issue that is used in Contributor's documentation to show an example issue for the first time contributors
Please do not merge the change even if you implement it!
The example workflow that uses this issue is described in
https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example
We need to have a way to add extra CC: to the emails sent by Airflow.