-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Symfony version(s) affected: 4.4.16
Description
When we create a email with defined ->returnPath('example@example.com') email is delivered but in email source we can see that return path was replaced by ->from('from@example.com') We tried to upgrade this component to v5.0.6 and also v5.0.9 both versions are working correctly. WE was using our server DSN and also tried this setting: MAILER_DSN=sendmail://default without change
How to reproduce
Just sent a email with setup "returnPath" and returnPath should be in your mailbox replaced with "from"
Possible Solution
probably something in suggested versions