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.


`