feat: send an email when a domain has been modified

This commit is contained in:
Maël Gangloff
2024-07-21 13:59:00 +02:00
parent 63f8dc168d
commit b45bbe63f5
6 changed files with 92 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
<p>
Hello,<br />
<br />
We are pleased to inform you that a new action has been detected on a domain name in your watchlist.<br />
Domain name : <b>{{ event.domain.ldhName }}</b><br />
Action : <b>{{ event.action.value }}</b><br />
Effective Date : <b>{{ event.date | date("c") }}</b><br />
<br />
<br />
Thank you for your understanding,<br />
Sincerely<br />
<br />
Domain Watchdog
</p>

View File

@@ -0,0 +1,17 @@
<p>
Hello,<br />
<br />
We would like to inform you that an error occurred while updating the information for the following domain name.
<br/>
Domain name : <b>{{ domain.ldhName }}</b><br/>
<br/>
Here are some possible explanations:<br/>
* It is likely that the domain will be available for registration again.<br/>
* A temporary outage affects the provision of domain name information.<br/>
<br/>
<br/>
Thank you for your understanding,<br/>
Sincerely<br/>
<br/>
Domain Watchdog
</p>