Files
cloudron-box/src/mail_templates/welcome_user.ejs
Girish Ramakrishnan 2591b8e10c minor rewording
2015-10-28 10:17:46 -07:00

25 lines
536 B
Plaintext

<%if (format === 'text') { %>
Dear <%= user.username %>,
Welcome to my Cloudron <%= fqdn %>!
The Cloudron is our own Smart Server. You can read more about it
at https://www.cloudron.io.
You username is '<%= user.username %>'
To get started, create your account by visiting the following page:
<%= setupLink %>
When you visit the above page, you will be prompted to enter a new password.
After you have submitted the form, you can login using the new password.
Thank you,
<%= invitor.email %>
<% } else { %>
<% } %>