diff --git a/src/mail_templates/welcome_user.ejs b/src/mail_templates/welcome_user.ejs index 7654948fe..85f139073 100644 --- a/src/mail_templates/welcome_user.ejs +++ b/src/mail_templates/welcome_user.ejs @@ -4,13 +4,16 @@ Hi <%= user.displayName || user.username || user.alternateEmail || user.email %> Welcome to <%= cloudronName %>! -To get started, activate your account by visiting the following page: +To get started, activate your account: <%= setupLink %> <% if (invitor && invitor.email) { %> -Your <%= invitor.email %> +You are receiving this email because you were invited by <%= invitor.email %>. <% } %> + +Powered by Cloudron.io + <% } else { %>
-<% if (invitor && invitor.email) { %>
- You got invited by <%= invitor.email %>.
-<% } %>
To get started, activate your account.