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 = [email protected] - +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: [email protected] With regards, Apache Git Services
