diff --git a/templates/emails/activation.html b/templates/emails/activation.html new file mode 100644 index 00000000..12019426 --- /dev/null +++ b/templates/emails/activation.html @@ -0,0 +1,258 @@ + + + + + + + + + + + + Welcome to SimpleLogin + + + + + + + + + +
+ + + + + + + + + + +
+ + + + + + + + Logo + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Welcome to SimpleLogin {{name}}! +
+ Our mission is to protect our online identity. This should be *simple*. +
+ To get started, we need to confirm your email address, so please click this link +to finish creating your account. +
+
+ Activate + +
+
+ Or you can paste this link into your browser:

+ {{ activation_link }} +
+ Thanks.
+ Son - SimpleLogin founder. +

+
+ Have a question? son@simplelogin.io +
+ + + + + + + + + + + + + + + + + + +
+ + +
+ + + \ No newline at end of file diff --git a/templates/emails/activation.txt b/templates/emails/activation.txt new file mode 100644 index 00000000..65be3e0a --- /dev/null +++ b/templates/emails/activation.txt @@ -0,0 +1,14 @@ +Welcome to SimpleLogin {{name}}! + +Our mission is to protect our online identity. This should be *simple*. + +To get started, we need to confirm your email address, so please click this link +to finish creating your account. + +{{activation_link}} + +Your feedbacks are very important to us. Please feel free to reply to this email to let us know any +of your suggestion! + +Thanks! +Son - SimpleLogin founder.