eladkal commented on code in PR #45189:
URL: https://github.com/apache/airflow/pull/45189#discussion_r1896421294


##########
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:
   There will be no option to define smtp in airflow.cfg once 
https://github.com/apache/airflow/pull/30531 is completed.
   
   @hussein-awala has plans to refacor this area of the code



-- 
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]

Reply via email to