satishmittal111 commented on a change in pull request #16166:
URL: https://github.com/apache/airflow/pull/16166#discussion_r642084421
##########
File path: airflow/providers/amazon/aws/utils/emailer.py
##########
@@ -36,8 +37,10 @@ def send_email(
) -> None:
"""Email backend for SES."""
hook = SESHook(aws_conn_id=conn_id)
+
+ mail_from = conf.get('smtp', 'SMTP_MAIL_FROM')
Review comment:
Thanks @mik-laj, I will update the Pr with tests.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]