Split welcome email between html and text version
This commit is contained in:
14
src/mail_templates/welcome_user-text.ejs
Normal file
14
src/mail_templates/welcome_user-text.ejs
Normal file
@@ -0,0 +1,14 @@
|
||||
Dear <%= user.displayName || user.username || user.email %>,
|
||||
|
||||
Welcome to <%= cloudronName %>!
|
||||
|
||||
Follow the link to get started.
|
||||
<%- inviteLink %>
|
||||
|
||||
<% if (invitor && invitor.email) { %>
|
||||
You are receiving this email because you were invited by <%= invitor.email %>.
|
||||
<% } %>
|
||||
|
||||
Please note that the invite link will expire in 7 days.
|
||||
|
||||
Powered by https://cloudron.io
|
||||
Reference in New Issue
Block a user