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

23 lines
474 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
2016-09-28 15:10:17 -07:00
Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,
2016-02-13 11:22:28 -08:00
Welcome to our Cloudron <%= fqdn %>!
2016-09-07 22:14:20 +02:00
Cloudron is a platform to run apps on your server. You can read more about it at https://www.cloudron.io.
To get started, create your account by visiting the following page:
<%= setupLink %>
<% if (invitor && invitor.email) { %>
Thank you,
<%= invitor.email %>
<% } else { %>
Thank you
<% } %>
<% } else { %>
<% } %>