const tplemail = {}; tplemail.allowedprofils = ["anonymous", "druid"]; tplemail.subject = "Verification code - Email verification"; tplemail.html = `

smatchit

Email verification

Hello,

You requested to verify your email address. Please use the following code to confirm your identity:

{{code}}

This code is valid for 10 minutes. If you did not request this, you can ignore this email.

smatchit

`; tplemail.text = ` Email verification Hello, You requested to verify your email address. Please use the following code to confirm your identity: {{code}} This code is valid for 10 minutes. If you did not request this, you can ignore this email. `; module.exports = tplemail;