Archived
1
0
Fork 0

Fix requires Email::Sender::Simple thanks to TIBO

This commit is contained in:
Mercier Pierre-Olivier 2013-11-14 15:47:25 +01:00
commit 54b407fa11
2 changed files with 7 additions and 7 deletions

View file

@ -67,7 +67,7 @@ sub log
if ($mail_error && $level <= ERROR)
{
require "Email::Sender::Simple";
require Email::Sender::Simple;
my $mail = Email::MIME->create(
header_str => [
From => "Roots assistants <root\@$HOSTNAME.acu.epita.fr>",