dethnote/templates/mail/verify-email.gohtml

34 lines
749 B
Plaintext

{{ Include "mail/header.gohtml" . }}
<p>
Your secure note has been encrypted and stored on the server. Next, you
must verify your e-mail address.
</p>
<p>
Please click on the link below to verify your email:
</p>
<p>
<a href="{{ .VerifyLink }}">{{ .VerifyLink }}</a>
</p>
<h3>Deletion Link</h3>
<p>
Changed your mind? The link below can be used to completely delete the
secure note, without needing to enter a password for it. Keep this link
safe in case you need it.
</p>
<p>
If the deletion link is ever used, you will be sent one last confirmation
e-mail telling you that the note has been deleted.
</p>
<p>
<a href="{{ .DeleteLink }}">{{ .DeleteLink }}</a>
</p>
{{ Include "mail/footer.gohtml" }}