diff options
author | Byron Jones <glob@mozilla.com> | 2014-05-16 07:22:10 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-05-16 07:22:10 +0200 |
commit | 3f35dd081156d231710553099f01f40481aa187a (patch) | |
tree | 3fbb3d13e2f76dacb20c9fa8decd645366fbedd1 /extensions/SecureMail/template/en/default/account/email | |
parent | 6c7add0ece060f9a945c7b18b4d03546a2220043 (diff) | |
download | bugzilla-3f35dd081156d231710553099f01f40481aa187a.tar.gz bugzilla-3f35dd081156d231710553099f01f40481aa187a.tar.xz |
Bug 1010751: Add "Bugzilla@Mozilla" to the From header, so email clients don't just display "bugzilla-daemon@mozilla.org"
Diffstat (limited to 'extensions/SecureMail/template/en/default/account/email')
-rw-r--r-- | extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl b/extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl index e4f4c9242..7298e686e 100644 --- a/extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl +++ b/extensions/SecureMail/template/en/default/account/email/securemail-test.txt.tmpl @@ -8,7 +8,7 @@ [% PROCESS global/variables.none.tmpl %] -From: [% Param('mailfrom') %] +From: "[% terms.BugzillaTitle %]" <[% Param('mailfrom') %]> To: [% to_user %] Subject: [% terms.Bugzilla %] SecureMail Test Email X-Bugzilla-Type: securemail-test |