2015-07-20 00:09:47 -07:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
2016-04-02 13:55:47 +02:00
|
|
|
Dear <%= user.email %>,
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-02-13 11:22:28 -08:00
|
|
|
Welcome to our Cloudron <%= fqdn %>!
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2015-10-28 10:17:46 -07:00
|
|
|
The Cloudron is our own Smart Server. You can read more about it
|
2015-07-20 00:09:47 -07:00
|
|
|
at https://www.cloudron.io.
|
|
|
|
|
|
|
|
|
|
To get started, create your account by visiting the following page:
|
|
|
|
|
<%= setupLink %>
|
|
|
|
|
|
2016-01-18 14:18:57 +01:00
|
|
|
<% if (invitor && invitor.email) { %>
|
2015-07-20 00:09:47 -07:00
|
|
|
Thank you,
|
|
|
|
|
<%= invitor.email %>
|
2016-01-18 14:18:57 +01:00
|
|
|
<% } else { %>
|
|
|
|
|
Thank you
|
|
|
|
|
<% } %>
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|
|
|
|
|
|