satishmittal111 commented on a change in pull request #16166:
URL: https://github.com/apache/airflow/pull/16166#discussion_r642031211
##########
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:
Please guide if this is right approach or should we update the
EmailOperator to have input for "from".
--
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]