From 33e87c7ffae55388449347d18e1c7b7f3ff15159 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 16 Dec 2016 13:10:57 +0100 Subject: [PATCH] Add analytics pixel tracking in html mails This is currently hardcoded to our piwik instance including the website id --- src/mail_templates/box_update_available.ejs | 2 ++ src/mail_templates/password_reset.ejs | 2 ++ src/mail_templates/welcome_user.ejs | 5 +++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/mail_templates/box_update_available.ejs b/src/mail_templates/box_update_available.ejs index 6a734430d..16161f6ac 100644 --- a/src/mail_templates/box_update_available.ejs +++ b/src/mail_templates/box_update_available.ejs @@ -49,5 +49,7 @@ your Cloudron + + <% } %> diff --git a/src/mail_templates/password_reset.ejs b/src/mail_templates/password_reset.ejs index 60fa5f1da..01a5e322c 100644 --- a/src/mail_templates/password_reset.ejs +++ b/src/mail_templates/password_reset.ejs @@ -46,4 +46,6 @@ Powered by Cloudron.io + + <% } %> diff --git a/src/mail_templates/welcome_user.ejs b/src/mail_templates/welcome_user.ejs index 85f139073..5c12a8f4b 100644 --- a/src/mail_templates/welcome_user.ejs +++ b/src/mail_templates/welcome_user.ejs @@ -41,7 +41,8 @@ Powered by Cloudron.io <% } %> -<% } %> - + + +<% } %>