feng-tao commented on a change in pull request #4435: [AIRFLOW-3628] Add smtp_mime_from URL: https://github.com/apache/airflow/pull/4435#discussion_r246635279
########## 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: @yujiantao , thank for the explanation. So the issue is that if we use a single alert email address to send info for every services(airflow, monitor, etc), we can't tell this email from subject where it comes from. Hence we add a note(smtp_mime_from) to indicate the subject line. ---------------------------------------------------------------- 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
