Revision dbda14c2
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/DN.pm | ||
---|---|---|
369 | 369 |
|
370 | 370 |
my $template = SL::Template::create(type => 'PlainText', form => $form, myconfig => $myconfig); |
371 | 371 |
my $mail = Mailer->new(); |
372 |
$mail->{charset} = $::lx_office_conf{system}->{dbcharset} || Common::DEFAULT_CHARSET; |
|
373 | 372 |
$mail->{from} = $myconfig->{email}; |
374 | 373 |
$mail->{to} = $ref->{recipient}; |
375 | 374 |
$mail->{subject} = $template->parse_block($ref->{email_subject}); |
Auch abrufbar als: Unified diff
Unterstützung für andere Datenbankencodings als Unicode/UTF-8 entfernt