-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Make Mailgun Header compatible with other Bridges #41380
N 8000 ew 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
Conversation
I think you misunderstand. In 5.0, all headers was prefixed with |
I think the issue is, that make the bridge incompatible with all other bridges because headers have to be formatted in a What's if I implement a |
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.
@@ -137,7 +137,6 @@ private function getPayload(Email $email, Envelope $envelope): array | |||
} else { | |||
// fallback to prefix with "h:" to not break BC 8000 td> |
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 comment should be fixed
I was convinced by the exact same sentence in their doc 😉 |
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.
Thank you.
Are you sure this should be to 5.2 and not 5.3?
@Nyholm to me, that's a bugfix. The current deprecation is buggy |
Thank you @jderusse. |
This PR was merged into the 5.3 branch. Discussion ---------- [Mailer] Remove deprecation dependency | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Introduced here (5.3) #40643 But removed was not needed because reverted here (5.2) #41380 Commits ------- dc5c28d Remove deprecation dependency
This revert deprecating passing a header without the required Mailgun
h:
prefix.And makes the bridge compatible with other bridges.
See: