Skip to content

Commit 1f1072f

Browse files
committed
Fixed: FS#1259 - Send copy to: EMAIL
1 parent 1390c8b commit 1f1072f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/plugins-available/maildeliver_plugin.inc.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ function update($event_name,$data) {
102102

103103
$tpl = new tpl();
104104
$tpl->newTemplate("sieve_filter.master");
105+
106+
// cc Field
107+
$tpl->setVar('cc',$data["new"]["cc"]);
105108

106109
// Custom filters
107110
$tpl->setVar('custom_mailfilter',$data["new"]["custom_mailfilter"]);

0 commit comments

Comments
 (0)