From 464e470441287572cfda8d95484f781236b9db35 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Mon, 9 Aug 2021 21:36:03 +0200 Subject: init commit --- helpers/email.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 helpers/email.js (limited to 'helpers/email.js') diff --git a/helpers/email.js b/helpers/email.js new file mode 100644 index 0000000..d79426c --- /dev/null +++ b/helpers/email.js @@ -0,0 +1,4 @@ +export const subject = 'Verification of your new Notes App account' +export const text = key => `Thank you for creating an account in Notes App.\nWe are sending you the verification code:\n\n${key}\n\nTo finish verification log in and paste this code.` +export const html = key => `

Thank you for creating an account in Notes App.
We are sending you the verification code:

${key}

To finish verification log in and paste this code.


` + -- cgit v1.2.3