Files
freeCodeCamp/server/views/emails/user-email-verify.ejs

16 lines
319 B
Plaintext
Raw Normal View History

<h3>
Thank you, for updating you contact details.
</h3>
<p>
Please verify your email by following the link below:
</p>
<p>
<a href="<%= verifyHref %>"><%= verifyHref %></a>
</p>
<p>
Feel free to email us at this address if you have any questions about Free Code Camp.
</p>
<p>
- the Free Code Camp Team.
</p>