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

Fix missing support for cc and bcc recipients #34

Merged
merged 4 commits into from
Sep 2, 2022

Conversation

wblommaert
Copy link
Contributor

This PR solves issue #29 and adds support for the cc and bcc recipients that were previously present prior to v4.0.0. It checks the type of the original message and, in case of it being of the type Symfony\Component\Mime\Email, it will use the existing methods in that class to retrieve the to, cc and bcc recipients.

Note that the behaviour of this added functionality is similar to v3.x.x, meaning that all the recipients are considered as to recipients on the Mandrill side. Each recipient will receive an individual mail message, rather than sending a group message with the to, cc and bcc fields populated.

Because I couldn't get the package running due to issue #32, I have forked this from PR #33. It means that this PR also contains the fix for issue #32 provided by @radykal-com.

@luisdalmolin
Copy link
Owner

Sorry, I’ll take a look at this today or tomorrow

@luisdalmolin luisdalmolin merged commit a933737 into luisdalmolin:master Sep 2, 2022
@luisdalmolin
Copy link
Owner

Thanks, merged and tagged https://github.com/luisdalmolin/laravel-mandrill-driver/releases/tag/4.0.2. Thanks for the PR, sorry for the delay, for some reason didn't get any notifications about it

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.

3 participants