24 lines
403 B
Plaintext
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 { %>
|
|
|
|
<% } %>
|
|
|