-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Mailer] Document transport custom header #18169
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b3c1493
to
2fd0a74
Compare
B-Galati
reviewed
Apr 25, 2023
Co-authored-by: Benoit GALATI <[email protected]>
fabpot
added a commit
to symfony/symfony
that referenced
this pull request
Jul 9, 2023
…ble tracking (ndousson) This PR was merged into the 6.4 branch. Discussion ---------- [Mailer] Add X-Infobip-Track header to be able to disable tracking | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | symfony/symfony-docs#18169 # 📍 Context This PR add a new header to disable tracking that is now enabled by default with the Infobip API V3 (email). # ➕ New feature New payload attribute was added allowing end users to disable tracking. | Attribute | Type | Description | | --- | --- | --- | | X-Infobip-Track | boolean | Enable or disable open and click tracking. | Commits ------- 404f6c7 Add X-Infobip-Track header to be able to disable tracking
symfony-splitter
pushed a commit
to symfony/infobip-mailer
that referenced
this pull request
Jul 9, 2023
…ble tracking (ndousson) This PR was merged into the 6.4 branch. Discussion ---------- [Mailer] Add X-Infobip-Track header to be able to disable tracking | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | symfony/symfony-docs#18169 # 📍 Context This PR add a new header to disable tracking that is now enabled by default with the Infobip API V3 (email). # ➕ New feature New payload attribute was added allowing end users to disable tracking. | Attribute | Type | Description | | --- | --- | --- | | X-Infobip-Track | boolean | Enable or disable open and click tracking. | Commits ------- 404f6c718c Add X-Infobip-Track header to be able to disable tracking
This was referenced Jun 21, 2024
Thanks Nicolas for providing these docs. However, the docs for third-party mailers is stored in the README of the repository of each package. So, I added these docs to symfony/symfony#57473 Closing this PR then. Thanks. |
nicolas-grekas
added a commit
to symfony/symfony
that referenced
this pull request
Jun 21, 2024
…javiereguiluz) This PR was merged into the 6.4 branch. Discussion ---------- [Mailer][Infobip] Document the usage of custom headers | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT See symfony/symfony-docs#18169 Commits ------- 61be333 [Mailer] Document the usage of custom headers in Infobip bridge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Document the usage of custom headers added in Symfony 6.3 with this PRs:
symfony/symfony#49491
symfony/symfony#50148
It documents Infobip transport headers.