Skip to content
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

[11x] Mail\Mailable -> Attempt to read property "address" on array #53459

Closed
wants to merge 2 commits into from

Conversation

egekibar
Copy link

@egekibar egekibar changed the title Update Mailable.php [11x] Mail\Mailable -> Attempt to read property "address" on array Nov 10, 2024
@taylorotwell
Copy link
Member

taylorotwell commented Nov 11, 2024

Possible to add a test for this? How do you recreate it? Please mark as ready for review when the requested changes have been made.

@taylorotwell taylorotwell marked this pull request as draft November 11, 2024 20:38
@egekibar
Copy link
Author

$template = new \App\Mail\Mailer();
$template->cc('[email protected]') ❌ not working
$template = new \App\Mail\Mailer();
$template->cc(['[email protected]']) ✅ working

@egekibar egekibar closed this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants