Merge pull request #97 from g6323117/patch-1

Update emailreports.pm
This commit is contained in:
Jordi Sanfeliu 2015-07-08 13:14:40 +02:00
commit be22bf2f19
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ EOF
);
}
if(lc($config->{method} || "") eq "relay") {
if(lc($emailreports->{method} || "") eq "relay") {
$msg->send();
} else {