feat: add In-Reply-To and References headers to email

This commit is contained in:
Maël Gangloff
2025-04-28 17:50:13 +02:00
parent c940fba01a
commit 5184f2c190
7 changed files with 41 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{% extends "emails/base.html.twig" %}
{% extends "../base.html.twig" %}
{% set email_color = '#0056b3' %}
{% set title = 'Domain Watchdog Alert' %}