mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add In-Reply-To and References headers to email
This commit is contained in:
15
templates/emails/errors/domain_deleted.html.twig
Normal file
15
templates/emails/errors/domain_deleted.html.twig
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends "../base.html.twig" %}
|
||||
|
||||
{% set email_color = '#0056b3' %}
|
||||
{% set title = 'Domain Watchdog Alert' %}
|
||||
{% block content %}
|
||||
<p>Hello, <br/>
|
||||
We are pleased to inform you that a domain name in your watchlist has been detected as deleted from the WHOIS database.<br/>
|
||||
<strong>Domain name:</strong> {{ domain.ldhName }}<br/>
|
||||
<strong>Detection Date:</strong> {{ domain.updatedAt | date("c") }}<br/>
|
||||
<br/>
|
||||
This domain has been identified as deleted and is potentially available for registration until it is registered by another party.<br/><br/>
|
||||
Thank you for your understanding,<br/>
|
||||
Sincerely,<br/>
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user