<%if (format === 'text') { %> Dear <%= user.displayName || user.username || user.email %>, Welcome to <%= cloudronName %>! Follow the link to get started. <%- inviteLink %> <% if (invitor && invitor.email) { %> You are receiving this email because you were invited by <%= invitor.email %>. <% } %> Please note that the invite link will expire in 24 hours. Powered by https://cloudron.io <% } else { %>

Hi <%= user.displayName || user.username || user.email %>,

Welcome to <%= cloudronName %>!

Get started.



<% if (invitor && invitor.email) { %> You are receiving this email because you were invited by <%= invitor.email %>. <% } %>
Please note that the invite link will expire in 24 hours.
Powered by Cloudron
<% } %>