mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: send an email when a domain has been modified
This commit is contained in:
14
templates/emails/domain_updated.html.twig
Normal file
14
templates/emails/domain_updated.html.twig
Normal 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>
|
||||
17
templates/emails/errors/domain_update.html.twig
Normal file
17
templates/emails/errors/domain_update.html.twig
Normal 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>
|
||||
Reference in New Issue
Block a user