diff --git a/resources/views/emails/confirm-account-html.twig b/resources/views/emails/confirm-account-html.twig new file mode 100644 index 0000000000..2b9ed4a533 --- /dev/null +++ b/resources/views/emails/confirm-account-html.twig @@ -0,0 +1,28 @@ + + +
+ + + + + ++ Hey there, +
+ ++First of all: delete this email message if you did not expect it. +
+ ++Otherwise, in order to use your account, please + confirm this email address is yours. +
+ ++ This link is valid for about 4 hours. +
+ ++ The registration has been created from IP {{ ip }} +
diff --git a/resources/views/emails/confirm-account.twig b/resources/views/emails/confirm-account.twig new file mode 100644 index 0000000000..3d9d3b8087 --- /dev/null +++ b/resources/views/emails/confirm-account.twig @@ -0,0 +1,11 @@ +Hey there, + +First of all: delete this email message if you did not expect it. + +Otherwise, in order to use your account, please confirm this email address is yours, by clicking on this link: + +{{ route }} + +This link is valid for about 4 hours. + +The registration has been created from IP {{ ip }} diff --git a/resources/views/emails/registered-html.twig b/resources/views/emails/registered-html.twig index 43f82cfa74..02d2407d94 100644 --- a/resources/views/emails/registered-html.twig +++ b/resources/views/emails/registered-html.twig @@ -4,14 +4,13 @@ - +Hey there,
- Welkome to - Firefly III. Your registration has made it, and this email is here to confirm it. Yay! + Welkome to Firefly III. Your registration has made it, and this email is here to confirm it. Yay!
Enjoy!
- James Cole + James Cole
The registration has been created from IP {{ ip }}
- - -