Files
cloudron-box/src/mail_templates/welcome_user-text.ejs

14 lines
221 B
Plaintext
Raw Normal View History

2020-11-20 16:10:04 +01:00
{{ welcomeEmail.salutation }}
2020-11-20 16:10:04 +01:00
{{ welcomeEmail.welcomeTo }}
2020-11-20 16:10:04 +01:00
{{ welcomeEmail.inviteLinkActionText }}
2020-11-20 16:10:04 +01:00
<% if (invitor) { %>
{{ welcomeEmail.invitor }}
<% } %>
2020-11-20 16:10:04 +01:00
{{ welcomeEmail.expireNote }}
Powered by https://cloudron.io