ignaski commented on a change in pull request #18042:
URL: https://github.com/apache/airflow/pull/18042#discussion_r710843053
##########
File path: airflow/utils/email.py
##########
@@ -87,8 +91,10 @@ def send_email_smtp(
"""
smtp_mail_from = conf.get('smtp', 'SMTP_MAIL_FROM')
+ mail_from = smtp_mail_from or from_email
Review comment:
What do you mean automatically? It is read in `send_email` and then
passed to this method
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]