This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 381922f7c0 Make pod_name length equal to HOST_NAME_MAX (#36332)
add a270654cd8 Modify SmtpNotifier to accept template with defaults
(#36226)
No new revisions were added by this update.
Summary of changes:
airflow/providers/smtp/notifications/smtp.py | 43 ++++++++++++++--
.../smtp/notifications/templates}/__init__.py | 0
.../smtp/notifications/templates/email.html | 58 ++++++++++++++++++++++
airflow/settings.py | 12 +++++
setup.py | 2 +
tests/providers/smtp/notifications/test_smtp.py | 58 +++++++++++++++++++++-
6 files changed, 167 insertions(+), 6 deletions(-)
copy airflow/{api_connexion =>
providers/smtp/notifications/templates}/__init__.py (100%)
create mode 100644 airflow/providers/smtp/notifications/templates/email.html