From 2e4b8ae4858616572deec6ebdaa38f20ae96be7a Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Fri, 11 Dec 2020 00:10:37 +0100 Subject: emailer: use instance name instead of hostname --- server/lib/emails/common/base.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/emails/common') diff --git a/server/lib/emails/common/base.pug b/server/lib/emails/common/base.pug index 991cd5fbe..6da5648e4 100644 --- a/server/lib/emails/common/base.pug +++ b/server/lib/emails/common/base.pug @@ -230,7 +230,7 @@ body(width="100%" style="margin: 0; padding: 0 !important; mso-line-height-rule: tr td(style='padding: 20px; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;') p(style='margin: 0;') - | You are receiving this email as part of your notification settings on #{WEBSERVER.HOST} for your account #{username}. + | You are receiving this email as part of your notification settings on #{instanceName} for your account #{username}. //- 1 Column Text : END //- Email Body : END //- Email Footer : BEGIN -- cgit v1.2.3