Current section
Files
Jump to
Current section
Files
web/templates/email/confirmation.html.eex
<div>
<p>Hello <%= @name %>!<p>
<p>
Your new account is almost ready. Click the link below to confirm you new account.
</p>
<p>
<a href="<%= @url %>">Confirm my Account</a>
</p>
<p>Thank you!</p>
</div>