From e3349735c3c486cb1504aee8e7fe67a69c7743bb Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Fri, 30 Oct 2020 17:11:05 +0530 Subject: [PATCH] :recycle: Add email verification template --- src/templates/auth/email-verification.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/templates/auth/email-verification.md diff --git a/src/templates/auth/email-verification.md b/src/templates/auth/email-verification.md new file mode 100644 index 000000000..991e7eb3a --- /dev/null +++ b/src/templates/auth/email-verification.md @@ -0,0 +1,9 @@ +# Verify your email + +Hi {{name}}, + +Someone (hopefully you) requested a link to confirm your email, so here you go. + +Verify my email + +Note that this link is valid for {{ days }} days only. If you didn't request this email, you can just ignore it.