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

[Mailer] Fix broken mandrill http send for recipients with names #35227

Merged
merged 1 commit into from Feb 3, 2020

Conversation

vilius-g
Copy link
Contributor

@vilius-g vilius-g commented Jan 6, 2020

Q A
Branch? 4.3
Bug fix? yes
New feature? no
Deprecations? no
Tickets
License MIT
Doc PR

As specified in https://mandrillapp.com/api/docs/messages.JSON.html#method=send-raw, Mandrill API expects array of email addresses for to parameter.

@nicolas-grekas
Copy link
Member

(please check fabbot failure)

@nicolas-grekas
Copy link
Member

Can you add a test case please?

Copy link
Contributor Author

@vilius-g vilius-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a test case please?

What is the best way to do this? I see that there are test files in newer branches but not in 4.3.

@nicolas-grekas nicolas-grekas modified the milestones: 4.3, 4.4 Feb 1, 2020
@fabpot fabpot changed the base branch from 4.3 to 4.4 February 3, 2020 17:02
@fabpot fabpot force-pushed the fix-mandrill-recipient-emails branch from 6a3f9bc to fbfe1ed Compare February 3, 2020 17:02
@fabpot
Copy link
Member

fabpot commented Feb 3, 2020

Thank you @vilius-g.

fabpot added a commit that referenced this pull request Feb 3, 2020
… names (vilius-g)

This PR was submitted for the 4.3 branch but it was squashed and merged into the 4.4 branch instead (closes #35227).

Discussion
----------

[Mailer] Fix broken mandrill http send for recipients with names

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

As specified in https://mandrillapp.com/api/docs/messages.JSON.html#method=send-raw, Mandrill API expects array of email addresses for `to` parameter.

Commits
-------

fbfe1ed [Mailer] Fix broken mandrill http send for recipients with names
@fabpot fabpot merged commit fbfe1ed into symfony:4.4 Feb 3, 2020
This was referenced Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants