Well, that was stupid

This commit is contained in:
Daniel Friesel 2020-03-14 14:57:30 +01:00
parent e7a6cfa931
commit 56f355741c

View file

@ -20,7 +20,7 @@ sub custom {
my $reg_mail = MIME::Entity->build(
To => $to,
From => $from,
From => $self->{config}{from},
Subject => encode( 'MIME-Header', $subject ),
Type => 'text/plain',
Charset => 'UTF-8',