blob: d79426c7e88be0a1e7d175df8cc2dc457b736d98 (
plain) (
blame)
1
2
3
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 => `<p>Thank you for creating an account in Notes App.<br/>We are sending you the verification code:</p><p style="font-size: 150%;padding: 1em;border: 1px solid black">${key}</p><p>To finish verification log in and paste this code.</p></br>`
|