You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/07/23 19:38:33 UTC

[GitHub] [airflow] OmerJog opened a new pull request #5647: [AIRFLOW-3628] Add smtp_mime_from

OmerJog opened a new pull request #5647: [AIRFLOW-3628] Add smtp_mime_from
URL: https://github.com/apache/airflow/pull/5647
 
 
   https://issues.apache.org/jira/browse/AIRFLOW-3628
   PR again the stale https://github.com/apache/airflow/pull/4435
   
   Description
   In airflow alert email, the value of the from field is the source email address, but sometimes we want to show the receiver where the alert is really from. For example, the email was sent from no-reply@example.com, but we want to show the receiver it was from "airflow", so that it is easy to distinguish it from other messages. With this PR, we just need to set "smtp_mime_from = "airflow" in airflow.cfg.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services