Commit 55f00f3
committed
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 debugging1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
666 | 672 | | |
667 | 673 | | |
668 | 674 | | |
| |||
0 commit comments