diff options
Diffstat (limited to 'template/en/default/email')
-rw-r--r-- | template/en/default/email/lockout.txt.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/email/sanitycheck.txt.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/email/sudo.txt.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/email/whine.txt.tmpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/email/lockout.txt.tmpl b/template/en/default/email/lockout.txt.tmpl index 94e9c74cb..daad4eb98 100644 --- a/template/en/default/email/lockout.txt.tmpl +++ b/template/en/default/email/lockout.txt.tmpl @@ -20,7 +20,7 @@ [% PROCESS global/variables.none.tmpl %] -From: [% Param('mailfrom') %] +From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> To: [% Param('maintainer') %] Subject: [[% terms.Bugzilla %]] Account Lock-Out: [% locked_user.login %] ([% address %]) X-Bugzilla-Type: admin diff --git a/template/en/default/email/sanitycheck.txt.tmpl b/template/en/default/email/sanitycheck.txt.tmpl index 8826d4e39..a14489f73 100644 --- a/template/en/default/email/sanitycheck.txt.tmpl +++ b/template/en/default/email/sanitycheck.txt.tmpl @@ -19,7 +19,7 @@ #%] [% PROCESS "global/variables.none.tmpl" %] -From: [% Param('mailfrom') %] +From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> To: [% addressee %] Subject: [[% terms.Bugzilla %]] Sanity Check Results X-Bugzilla-Type: sanitycheck diff --git a/template/en/default/email/sudo.txt.tmpl b/template/en/default/email/sudo.txt.tmpl index 74fbc4976..a75e03889 100644 --- a/template/en/default/email/sudo.txt.tmpl +++ b/template/en/default/email/sudo.txt.tmpl @@ -21,7 +21,7 @@ [% PROCESS global/variables.none.tmpl %] Content-Type: text/plain -From: [% Param('mailfrom') %] +From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> To: [% user.email %] Subject: [[% terms.Bugzilla %]] Your account [% user.login -%] is being impersonated diff --git a/template/en/default/email/whine.txt.tmpl b/template/en/default/email/whine.txt.tmpl index 32d8da8a0..b249d1964 100644 --- a/template/en/default/email/whine.txt.tmpl +++ b/template/en/default/email/whine.txt.tmpl @@ -19,7 +19,7 @@ #%] [% PROCESS "global/field-descs.none.tmpl" %] -From: [% Param("mailfrom") %] +From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> To: [% email %][% Param("emailsuffix") %] Subject: Your [% terms.Bugzilla %] [%+ terms.bug %] list needs attention. X-Bugzilla-Type: whine |