From 6c7add0ece060f9a945c7b18b4d03546a2220043 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 15 May 2014 23:37:42 +0800 Subject: Bug 1010751: Add "Bugzilla" to the From header, so email clients don't just display "bugzilla-daemon@mozilla.org" --- template/en/default/email/bugmail-header.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/email/bugmail-header.txt.tmpl b/template/en/default/email/bugmail-header.txt.tmpl index 679e705cd..efef4057d 100644 --- a/template/en/default/email/bugmail-header.txt.tmpl +++ b/template/en/default/email/bugmail-header.txt.tmpl @@ -26,7 +26,7 @@ [% show_new = isnew && (to_user.settings.bugmail_new_prefix.value == 'on') %] -From: [% Param('mailfrom') %] +From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> To: [% to_user.email %] Subject: [[% terms.Bug %] [%+ bug.id %]] [% 'New: ' IF show_new %][%+ bug.short_desc %] Date: [% date %] -- cgit v1.2.3-24-g4f1b