projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e49448
)
charset für Mailer bei Mahnungen setzen.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 30 Oct 2012 12:56:51 +0000
(13:56 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 30 Oct 2012 12:56:51 +0000
(13:56 +0100)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/SL/DN.pm
index
94e5b77
..
46749ab
100644
(file)
--- 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});