diff --git a/src/mail_templates/user_added.ejs b/src/mail_templates/user_added.ejs index f5bbf3e48..46917131b 100644 --- a/src/mail_templates/user_added.ejs +++ b/src/mail_templates/user_added.ejs @@ -2,9 +2,7 @@ Dear Admin, -User with email <%= user.alternateEmail || user.email %> was added in the Cloudron at <%= fqdn %>. - -You are receiving this email because you are an Admin of the Cloudron at <%= fqdn %>. +User with email <%= user.alternateEmail || user.email %> was added to your <%= cloudronName %> Cloudron. <% if (inviteLink) { %> As requested, this user has not been sent an invitation email. @@ -14,9 +12,6 @@ To set a password and perform any configuration on behalf of the user, please us <% } %> -Thank you, -User Manager - <% } else { %> <% } %> diff --git a/src/mail_templates/welcome_user.ejs b/src/mail_templates/welcome_user.ejs index af8588672..b2c44049c 100644 --- a/src/mail_templates/welcome_user.ejs +++ b/src/mail_templates/welcome_user.ejs @@ -15,20 +15,17 @@ Your <%= invitor.email %>
+ +

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

- -

Welcome to <%= cloudronName %>!

+

Welcome to <%= cloudronName %>!

- To get started, activate your account by visiting the following page:
- <%= setupLink %> -

- -

- <% if (invitor && invitor.email) { %> - Your <%= invitor.email %> - <% } %> +<% if (invitor && invitor.email) { %> + You got invited by <%= invitor.email %>.
+<% } %> + To get started, activate your account.

<% } %>