You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (Jira)" <ji...@apache.org> on 2019/11/14 15:30:00 UTC

[jira] [Updated] (AIRFLOW-5934) TRAINING ISSUE! Add extra CC: to the emails sent by Airflow

     [ https://issues.apache.org/jira/browse/AIRFLOW-5934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Potiuk updated AIRFLOW-5934:
----------------------------------
    Description: 
{quote}{color:#FF0000}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 :). !{color}
{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

  was:
{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


> 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
>            Priority: Major
>              Labels: training-issue-
>
> {quote}{color:#FF0000}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 :). !{color}
> {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)