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/01/04 17:25:36 UTC

[GitHub] feng-tao commented on a change in pull request #4435: [AIRFLOW-3628] Add smtp_mime_from

feng-tao commented on a change in pull request #4435: [AIRFLOW-3628] Add smtp_mime_from
URL: https://github.com/apache/incubator-airflow/pull/4435#discussion_r245364721
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -342,7 +342,7 @@ smtp_ssl = False
 # smtp_password = airflow
 smtp_port = 25
 smtp_mail_from = airflow@example.com
-
+smtp_mime_from = airflow
 
 Review comment:
   not sure if I understand, but what is the difference between ``smtp_mail_from`` and ``smtp_mime_from`` in this case? If we put smtp_mail_from = airflow, could we achieve what you are trying to do?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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