You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #17950 [Mailer] add more info for debugging (94noni)
This PR was submitted for the 6.2 branch but it was squashed and merged into the 5.4 branch instead.
Discussion
----------
[Mailer] add more info for debugging
Hi
I did not understand this section of getDebug until I navigate the code and see the swap to do with
- MailerInterface and TransportInterface
`MailerInterface`
$a = $this->mailer->send($email); // $a is null
`TransportInterface`
$a = $this->mailer->send($email); // $a is SentMessage
Commits
-------
82606fe [Mailer] add more info for debugging
0 commit comments