Skip to content
Snippets Groups Projects
Commit 1f1072fe authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1259 - Send copy to: EMAIL

parent 1390c8b7
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,9 @@ class maildeliver_plugin {
$tpl = new tpl();
$tpl->newTemplate("sieve_filter.master");
// cc Field
$tpl->setVar('cc',$data["new"]["cc"]);
// Custom filters
$tpl->setVar('custom_mailfilter',$data["new"]["custom_mailfilter"]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment