module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, siteUrl}) => ` 🙌 Thank you for signing up to ${siteTitle}!
 

Hey there!

Thank you for subscribing to ${siteTitle}. Tap the link below to be automatically signed in:

Sign in

For your security, the link will expire in 24 hours time.

See you soon!


You can also copy & paste this URL into your browser:

${url}

This message was sent from ${siteDomain} to ${email}

 
`;