Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Mailer] allow Mailchimp to handle multiple TagHeader's#45274

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:5.4fromkbond:mailchimp-multiple-tags
Feb 2, 2022

Conversation

@kbond
Copy link
Member

QA
Branch?5.4
Bug fix?yes
New feature?no
Deprecations?no
Ticketsn/a
LicenseMIT
Doc PRn/a

When adding multiple tags (for transports that support this), it's recommended to add multipleTagHeader's instead of a single header with a transport-specific way to separating.

$email->getHeaders()->add(newTagHeader('tag1'));$email->getHeaders()->add(newTagHeader('tag2'));// not$email->getHeaders()->add(newTagHeader('tag1,tag2'));

This fixes mailchimp to allow this. I've left the comma separated method intact as to not cause a BC break.

@fabpot
Copy link
Member

Thank you@kbond.

@fabpotfabpot merged commitd7da823 intosymfony:5.4Feb 2, 2022
This was referencedFeb 28, 2022
@kbondkbond deleted the mailchimp-multiple-tags branchMarch 1, 2022 12:50
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

5.4

Development

Successfully merging this pull request may close these issues.

3 participants

@kbond@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp