X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDN.pm;h=b64e48ce651109f53278933710f680c4a4b454a7;hb=d4dd649f8f6e32bc31929bf83d536344745cca05;hp=2eeed676295177efede165177c4859299c6e8bb3;hpb=2e66dde525c12d064518c316d25a6b41ed727b39;p=kivitendo-erp.git diff --git a/SL/DN.pm b/SL/DN.pm index 2eeed6762..b64e48ce6 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -369,7 +369,6 @@ sub send_email { my $template = SL::Template::create(type => 'PlainText', form => $form, myconfig => $myconfig); my $mail = Mailer->new(); - $mail->{charset} = $::lx_office_conf{system}->{dbcharset} || Common::DEFAULT_CHARSET; $mail->{from} = $myconfig->{email}; $mail->{to} = $ref->{recipient}; $mail->{subject} = $template->parse_block($ref->{email_subject});