This commit is contained in:
2020-05-05 23:07:00 -04:00
parent f2309463a4
commit 4d51a4ac9e
26 changed files with 476 additions and 189 deletions
@@ -0,0 +1,24 @@
module.exports = {
subject: 'Validate email for Theta 42 account',
message: `
<h2> Theta 42 account</h2>
<p>
Welcome,
</p>
<p>
We need to verify the provided email address in order to continue. Please
follow the link below to verify this email address:
</p>
<p>
{{ link }}
</p>
</p>
Thank you,<br />
Theta 42
</p>
`
};