summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-12-30 09:32:36 +0100
committerlpsolit%gmail.com <>2005-12-30 09:32:36 +0100
commit4c12fe8d354b6c3361992bf4b965c5f54e6f2b2b (patch)
tree5e2f885765c81494df336411307466d35a522de2 /template
parent9d57a9189426bedff1ae122c5e4a1a7e06fed8c4 (diff)
downloadbugzilla-4c12fe8d354b6c3361992bf4b965c5f54e6f2b2b.tar.gz
bugzilla-4c12fe8d354b6c3361992bf4b965c5f54e6f2b2b.tar.xz
Bug 284590: When using SMTP, emails are not sent to the CC list associated with the flag type - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=wicked a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/request/email.txt.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/request/email.txt.tmpl b/template/en/default/request/email.txt.tmpl
index 9c3be3387..6e92c72ca 100644
--- a/template/en/default/request/email.txt.tmpl
+++ b/template/en/default/request/email.txt.tmpl
@@ -38,8 +38,7 @@
[% subject_status = statuses.${flag.status} %]
[% END %]
From: bugzilla-request-daemon
-To: [% flag.addressee.email %]
-CC: [% flag.type.cc_list %]
+To: [% to %]
Subject: [% flag.type.name %] [%+ subject_status %]: [[% terms.Bug %] [%+ flag.target.bug.id %]] [% flag.target.bug.summary %]
[%- IF flag.target.attachment.exists %] :
[Attachment [% flag.target.attachment.id %]] [% flag.target.attachment.summary %][% END %]