diff --git a/Transport/MailCatcherTransportProxy.php b/Transport/MailCatcherTransportProxy.php index eafbed2..e80cd20 100644 --- a/Transport/MailCatcherTransportProxy.php +++ b/Transport/MailCatcherTransportProxy.php @@ -64,7 +64,7 @@ public function getMessage() public function sendMessage() { if ($this->shouldCatchEmail()) { - $this->mailCatcherLogger->addInfo( + $this->mailCatcherLogger->info( "Recipients: " . implode(',', $this->message->getRecipients()) . PHP_EOL . "Subject: " . $this->message->getSubject() . PHP_EOL . "Body: " . $this->getBodyAsString() . PHP_EOL