X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDN.pm;h=46749ab37cb676c656baadfbbe13c3169e88d048;hb=e67ecbadebc7bfb147ea800bfd863604171502ce;hp=94e5b770899811665a2c840c6743ba9ff6b18a0c;hpb=0e494483d38354fdfac2364ef4d0de0874f1ada7;p=kivitendo-erp.git diff --git a/SL/DN.pm b/SL/DN.pm index 94e5b7708..46749ab37 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -368,6 +368,7 @@ 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});