Navigation Menu

Skip to content

Commit

Permalink
Separate email log headers and body with empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
garas committed Feb 3, 2017
1 parent 875b454 commit 6cc8ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mailer/Email.php
Expand Up @@ -1370,7 +1370,7 @@ protected function _logDelivery($contents)
}
Log::write(
$config['level'],
PHP_EOL . $contents['headers'] . PHP_EOL . $contents['message'],
PHP_EOL . $contents['headers'] . PHP_EOL . PHP_EOL . $contents['message'],
$config['scope']
);
}
Expand Down

0 comments on commit 6cc8ec0

Please sign in to comment.