Files
talk/views/email/email-confirm.ejs
T
2017-01-05 17:19:38 -07:00

4 lines
353 B
Plaintext

<p>A email confirmation has been requested for the following account: <b><%= email %></b>.</p>
<p>To confirm the account, please visit the following link: <a href="http://example.com/email/confirm/endpoint#<%= token %>">http://example.com/email/confirm/endpoint#<%= token %></a></p>
<p>If you did not request this, you can safely ignore this email.</p>