Mamiololo01 commented on code in PR #45189:
URL: https://github.com/apache/airflow/pull/45189#discussion_r1896583940
##########
airflow/utils/email.py:
##########
@@ -254,6 +254,10 @@ def send_mime_email(
smtp_password = airflow_conn.password
except AirflowException:
pass
+ if smtp_user is None:
Review Comment:
@eladkal noted and thanks for the info.
--
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]