Jarek Potiuk created AIRFLOW-5934:
-------------------------------------
Summary: TRAINING ISSUE! Add extra CC: to the emails sent by
Airflow
Key: AIRFLOW-5934
URL: https://issues.apache.org/jira/browse/AIRFLOW-5934
Project: Apache Airflow
Issue Type: Improvement
Components: core
Affects Versions: 2.0.0
Reporter: Jarek Potiuk
{quote}NOTE! 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
implement it :). !
{quote}
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:
[https://github.com/apache/airflow/blob/master/airflow/utils/email.py]
# Tests for email class are in:
[https://github.com/apache/airflow/blob/master/tests/utils/test_email.py]
# Run the tests in Local Virtualenv:
[https://github.com/apache/airflow/blob/master/LOCAL_VIRTUALENV.rst]
# Run the tests in Breeze:
[https://github.com/apache/airflow/blob/master/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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)