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

24 lines
403 B
Plaintext
Raw Normal View History

<%if (format === 'text') { %>
Dear <%= user.email %>,
2016-02-13 11:22:28 -08:00
Welcome to our Cloudron <%= fqdn %>!
2015-10-28 10:17:46 -07:00
The Cloudron is our own Smart 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 { %>
<% } %>