summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/Mailer/ConfirmRegistration.html4
-rw-r--r--app/views/Mailer/SendConfirmationKey.html4
2 files changed, 8 insertions, 0 deletions
diff --git a/app/views/Mailer/ConfirmRegistration.html b/app/views/Mailer/ConfirmRegistration.html
new file mode 100644
index 0000000..f1bf3e9
--- /dev/null
+++ b/app/views/Mailer/ConfirmRegistration.html
@@ -0,0 +1,4 @@
+<h1>{{.subject}}</h1>
+
+<p>Hello {{.user}},<br>
+to confirm your registration please follow this link: https://webmon.iamfabulous.de/confirm?
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>