Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mailer] [Resend] Add friendly name in theto field#61335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
src/Symfony/Component/Mailer/Bridge/Resend/Tests/Transport/ResendApiTransportTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Mailer/Bridge/Resend/Transport/ResendApiTransport.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Thank you@antalaron. |
986d4e2 intosymfony:7.3Uh oh!
There was an error while loading.Please reload this page.
Does Resend support friendly e-mail addresses for all the other fields where they are used now too? Their API documentation is not clear about that. |
This PR adds support for friendly email address formatting (e.g. "John Doejohn@example.com") in the
tofield.Although Resend's API accepts this format natively, the current implementation of the bridge does not pass it through correctly — names are silently discarded and only raw email addresses are used. This fix ensures that display names are preserved and passed to the API as intended.