Well, that was stupid
This commit is contained in:
parent
e7a6cfa931
commit
56f355741c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ sub custom {
|
||||||
|
|
||||||
my $reg_mail = MIME::Entity->build(
|
my $reg_mail = MIME::Entity->build(
|
||||||
To => $to,
|
To => $to,
|
||||||
From => $from,
|
From => $self->{config}{from},
|
||||||
Subject => encode( 'MIME-Header', $subject ),
|
Subject => encode( 'MIME-Header', $subject ),
|
||||||
Type => 'text/plain',
|
Type => 'text/plain',
|
||||||
Charset => 'UTF-8',
|
Charset => 'UTF-8',
|
||||||
|
|
Loading…
Reference in a new issue