From f94a653e8044bd80571b1831a4e4eae76e7e275d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 13 Oct 2016 16:01:50 -0700 Subject: [PATCH] Add powered by footer Fixes #77 --- src/mail_templates/welcome_user.ejs | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) 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 { %>
@@ -22,10 +25,23 @@ Your <%= invitor.email %>

Welcome to <%= cloudronName %>!

-<% if (invitor && invitor.email) { %> - You got invited by <%= invitor.email %>.
-<% } %> 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 %>. + <% } %> +
+ <% } %> + +
+