X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2e66dde525c12d064518c316d25a6b41ed727b39..e03993be556024f24e5a4940fa08078ee8cd3840:/SL/DN.pm 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});