gbonazzoli commented on issue #53135:
URL: https://github.com/apache/airflow/issues/53135#issuecomment-3146960355

   In Airflow 3.0.3, as work around, you can use the following recipe.
   
   Go to the root of the airflow installed package, in my installation is:
   
   ```bash
   cd /root/venv/lib/python3.12/site-packages/airflow
   ```
   
   and edit the default html email template with:
   
   ```bash
   vi ./providers/smtp/notifications/templates/email.html
   ```
   
   and delete the lines that refer to `mark_success_url`.
   
   By the way in Airflow 3.0.3 the configuration written down in airflow.cfg 
regarding custom email template is completely ignored (see my previous post on 
this #53135).


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