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
bug #46368 [Mailer] Fix for missing sender name in case with usage of the EnvelopeListener (bobahvas)
This PR was merged into the 4.4 branch.
Discussion
----------
[Mailer] Fix for missing sender name in case with usage of the EnvelopeListener
| Q | A
| ------------- | ---
| Branch? | 4.4, 5.4 or 6.0
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
```
$eventDispatcher = new \Symfony\Component\EventDispatcher\EventDispatcher();
$eventDispatcher->addSubscriber(
new \Symfony\Component\Mailer\EventListener\EnvelopeListener(
new \Symfony\Component\Mime\Address('[email protected]', 'TestName')
)
);
```
Commits
-------
c12039b Fix for missing sender name in case with usage of the EnvelopeListener
0 commit comments