Revision 2e2ac4ba
Von Martin Helmling vor fast 8 Jahren hinzugefügt
SL/DN.pm | ||
---|---|---|
399 | 399 |
|
400 | 400 |
my $template = SL::Template::create(type => 'PlainText', form => $form, myconfig => $myconfig); |
401 | 401 |
my $mail = Mailer->new(); |
402 |
$mail->{bcc} = $form->get_bcc_defaults($myconfig, $form->{bcc}); |
|
402 | 403 |
$mail->{from} = $myconfig->{email}; |
403 | 404 |
$mail->{to} = $ref->{recipient}; |
404 | 405 |
$mail->{subject} = $template->parse_block($ref->{email_subject}); |
Auch abrufbar als: Unified diff
Versenden von Mahnungen an Mailer angepasst