This commit is contained in:
dgtlmoon
2025-10-30 17:01:43 +01:00
parent 550c2bee0c
commit 039d22d408
@@ -14,7 +14,7 @@ import logging
# NOTE - RELIES ON mailserver as hostname running, see github build recipes
smtp_test_server = 'localhost'
smtp_test_server = 'mailserver'
ALL_MARKUP_TOKENS = ''.join(f"TOKEN: '{t}'\n{{{{{t}}}}}\n" for t in NotificationContextData().keys())