full working version

This commit is contained in:
rnsrk 2023-11-15 01:53:03 +01:00
parent 2178db78f5
commit 308e21941a
22 changed files with 1434 additions and 366 deletions

View file

@ -0,0 +1,10 @@
<div>
<p>Hi {{ personName }},</p>
<p>Thank you for registering to our site.</p>
<p>Please validate your account by clicking on this
<a href="{{ validationLink }}" target="_blank">link</a> or copy this to the address bar of your browser:
</p>
<p>{{ validationLink }}</p>
<p>You have 24 hours to validate your account.</p>
</div>