-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
$emailAddress must be a string. Got: [email protected] #18
Comments
Default should be |
Hi @isaacdarcilla, The readme was out of date. Actually we use the https://laravel.com/docs/10.x/notifications#customizing-the-recipient In case you don't want to touch your model code, you can always add a custom "->to" directive and pass the email address that way instead. If you provide at least one "to" address to the SendGridMessage instance, the library will use that instead. I'm closing this issue for now, but feel free to re-open if necessary. |
Thank you for the details. |
Hi @isaacdarcilla, This might not affect the specific issue that you encountered, but I just realised the I opened a PR for this, and will release this soon. |
The text was updated successfully, but these errors were encountered: