Revision 0fba3edd
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
SL/Mailer.pm | ||
---|---|---|
114 | 114 |
$email =~ s/[^\w\.\-\+=@]//ig; |
115 | 115 |
|
116 | 116 |
my %temp_form = ( %{ $form }, 'myconfig_email' => $email ); |
117 |
my $template = PlainTextTemplate->new(undef, \%temp_form, $myconfig);
|
|
117 |
my $template = SL::Template::create(type => 'PlainText', form => \%temp_form);
|
|
118 | 118 |
my $sendmail = $template->parse_block($main::sendmail); |
119 | 119 |
|
120 | 120 |
if (!open(OUT, $sendmail)) { |
Auch abrufbar als: Unified diff
SL/Template.pm in eine Datei pro Package aufgeteilt.