X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDN.pm;h=b29cf51a27eb0cf146651b8c3bebc54077a3a59e;hb=2d587c41fc70f959556d33b11a10618b35da1b22;hp=b9568bd13d92487518f7a5f681a1dd4099e7368c;hpb=33da73f7fed5dff643a1cedc33cff14829afd9cc;p=kivitendo-erp.git diff --git a/SL/DN.pm b/SL/DN.pm index b9568bd13..b29cf51a2 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -399,6 +399,7 @@ sub send_email { my $template = SL::Template::create(type => 'PlainText', form => $form, myconfig => $myconfig); my $mail = Mailer->new(); + $mail->{bcc} = $form->get_bcc_defaults($myconfig, $form->{bcc}); $mail->{from} = $myconfig->{email}; $mail->{to} = $ref->{recipient}; $mail->{subject} = $template->parse_block($ref->{email_subject});