X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/529e6bf96e1ad74ae2e770a9e74f29f26a28d3c8..36857857e2c4210c0080974b50e469507dfb912d:/SL/DN.pm 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});