Skip to content

Commit

Permalink
Merge pull request #316 from mariux64/cronwrap-utf8
Browse files Browse the repository at this point in the history
cronwrap: Specify utf8 encoding in mail header
  • Loading branch information
donald authored Apr 25, 2023
2 parents 480ff75 + db707e9 commit f2e0a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cronwrap/cronwrap
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ if ($status || $opt{v})
From => "\"cronwrap\@$hostname\" <postmaster\@molgen.mpg.de>",
To => \@to,
Subject => $subject,
'MIME-Version' => '1.0',
'Content-Type' => 'text/plain; charset=utf-8',
}
);

Expand Down

0 comments on commit f2e0a3f

Please sign in to comment.