Files
cloudron-box/src/mail_templates/welcome_user.ejs
2016-04-05 09:27:32 +02:00

24 lines
403 B
Plaintext

<%if (format === 'text') { %>
Dear <%= user.email %>,
Welcome to our Cloudron <%= fqdn %>!
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 { %>
<% } %>