mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 09:36:11 +02:00
Update the message time before sending, fixes #424
This commit is contained in:
@@ -50,6 +50,7 @@ class MandrillHandler extends MailHandler
|
||||
{
|
||||
$message = clone $this->message;
|
||||
$message->setBody($content);
|
||||
$message->setDate(time());
|
||||
|
||||
$ch = curl_init();
|
||||
|
||||
|
Reference in New Issue
Block a user