diff options
Diffstat (limited to 'app/views/Mailer/SendConfirmationKey.html')
| -rw-r--r-- | app/views/Mailer/SendConfirmationKey.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/Mailer/SendConfirmationKey.html b/app/views/Mailer/SendConfirmationKey.html new file mode 100644 index 0000000..38f366d --- /dev/null +++ b/app/views/Mailer/SendConfirmationKey.html @@ -0,0 +1,4 @@ +<h1>{{.subject}}</h1> + +<p>Hello,<br> +please follow this link to confirm your action: https://webmon.iamfabulous.de/confirm?key={{.key}}</p> |
