<%if (format === 'text') { %> Dear <%= user.displayName || user.username || user.alternateEmail || user.email %>, Welcome to <%= cloudronName %>! To get started, activate your account: <%= setupLink %> <% if (invitor && invitor.email) { %> You are receiving this email because you were invited by <%= invitor.email %>. <% } %> Powered by https://cloudron.io <% } else { %>

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

Welcome to <%= cloudronName %>!

To get started, activate your account.



Powered by Cloudron.
<% if (invitor && invitor.email) { %> You are receiving this email because you were invited by <%= invitor.email %>. <% } %>
<% } %>