-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email Notification Customizing The Recipient Bug in Laravel9 #40895
Comments
Changing the return value of
|
Thanks for reporting. I've sent in a fix for this: #40921 |
Relatedly, in Laravel v9.5.1 I got a
|
@jordanade i think that just surfaces a bug in your code. If the name is null then you should just return the email address. |
@driesvints Nevertheless, an undocumented breaking change in Laravel 9 for a common situation that arises from boilerplate code (in fact right from the docs). Currently ungoogleable so I'm sure me posting the error message above will help others. |
@jordanade please post the entire stack trace of your error with the correct call lines. |
Sure, here is one of them @driesvints
|
Heya, I tried to provide a fix through #41870. Still, this will not notify you of the fact that no name was provided. It's best that you also add a check in userland. |
Description:
When the email address and name are returned from
routeNotificationForMail
in a modal, the RfcComplianceException is thrown.Log
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: