-
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
[9.x ] Updated Mailable to prevent duplicated recipients #45119
[9.x ] Updated Mailable to prevent duplicated recipients #45119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks okay to me. At least worth a try.
Thank you so much @driesvints!!! |
But now these tests no longer check that two "to" addresses can actually be added. |
That’s true @taylorotwell, sorry! |
It looks like this may have introduced a bug/breaking change... If you have the following: It looks like the call to Was this intended behaviour? Suggested fix in #45885 |
As discussed on #45042 these changes prevent the use of duplicated recipients in the
to
,from
,cc
,bcc
andreplyTo
properties of the mailable.