From 3f35dd081156d231710553099f01f40481aa187a Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 16 May 2014 13:22:10 +0800 Subject: Bug 1010751: Add "Bugzilla@Mozilla" to the From header, so email clients don't just display "bugzilla-daemon@mozilla.org" --- template/en/default/account/email/change-new.txt.tmpl | 2 +- template/en/default/account/email/change-old.txt.tmpl | 2 +- template/en/default/account/email/request-new.txt.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/account/email') diff --git a/template/en/default/account/email/change-new.txt.tmpl b/template/en/default/account/email/change-new.txt.tmpl index b40ab9852..eeedaf07b 100644 --- a/template/en/default/account/email/change-new.txt.tmpl +++ b/template/en/default/account/email/change-new.txt.tmpl @@ -20,7 +20,7 @@ [% PROCESS global/variables.none.tmpl %] -From: [% Param('mailfrom') %] +From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> To: [% emailaddress %] Subject: [% terms.Bugzilla %] Change Email Address Request X-Bugzilla-Type: admin diff --git a/template/en/default/account/email/change-old.txt.tmpl b/template/en/default/account/email/change-old.txt.tmpl index ee66c0f24..db08ecba9 100644 --- a/template/en/default/account/email/change-old.txt.tmpl +++ b/template/en/default/account/email/change-old.txt.tmpl @@ -25,7 +25,7 @@ [% PROCESS global/variables.none.tmpl %] -From: [% Param('mailfrom') %] +From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> To: [% emailaddress %] Subject: [% terms.Bugzilla %] Change Email Address Request Importance: High diff --git a/template/en/default/account/email/request-new.txt.tmpl b/template/en/default/account/email/request-new.txt.tmpl index 8fb36926f..fd20d08c6 100644 --- a/template/en/default/account/email/request-new.txt.tmpl +++ b/template/en/default/account/email/request-new.txt.tmpl @@ -21,7 +21,7 @@ [% PROCESS global/variables.none.tmpl %] -From: [% Param('mailfrom') %] +From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> To: [% email %] Subject: [% terms.Bugzilla %]: confirm account creation X-Bugzilla-Type: admin -- cgit v1.2.3-24-g4f1b