2018-10-27 15:14:55 +02:00
|
|
|
{{template "mail-header.tmpl" .}}
|
|
|
|
<p>
|
|
|
|
Hi {{.User.Username}},<br>
|
2020-04-17 16:01:45 +02:00
|
|
|
{{if .IsNew}}
|
|
|
|
<br>
|
|
|
|
Welcome to Vikunja!
|
|
|
|
{{end}}
|
2018-10-27 15:14:55 +02:00
|
|
|
<br/>
|
2020-04-17 16:01:45 +02:00
|
|
|
To confirm your email address, click the link below:
|
2018-10-27 15:14:55 +02:00
|
|
|
</p>
|
2020-12-19 00:21:17 +01:00
|
|
|
<a href="{{.FrontendURL}}?userEmailConfirm={{.User.EmailConfirmToken}}" title="Confirm your email address" style="-webkit-box-shadow: 0.3em 0.3em 1em #b2d0ff; box-shadow: 0.3em 0.3em 1em #b2d0ff; background-color: #1973ff; border-color: transparent; color: #fff; text-decoration: none; text-align: center; text-rendering: optimizelegibility; text-transform: uppercase; font-weight: bold; font-size: 14px; padding: 10px 14px; margin: 10px auto; border-radius: 4px; user-select: none; display: block; width: 280px;font-family:sans-serif">
|
2018-10-27 15:14:55 +02:00
|
|
|
Confirm your email address
|
|
|
|
</a>
|
|
|
|
<p>
|
|
|
|
If the button above doesn't work, copy the url below and paste it in your browsers address bar:<br/>
|
|
|
|
{{.FrontendURL}}?userEmailConfirm={{.User.EmailConfirmToken}}
|
|
|
|
</p>
|
|
|
|
{{template "mail-footer.tmpl"}}
|