We have email notifications set up for Airflow. When a dag fails, we get an email alert but the email from is set to : airflow@mycompany.com
We would like to modify the reply-to
in these cases to be person@mycompany.com
. Is this possible?
Note, we are not using EmailOperator or any user-defined send_email/oncallback functions, just the built-in alerting. It seems EmailOperator, you can pass in "custom_headers" with reply-to argument (link) but we are not using emailoperator.
Airflow 2.2.5