You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #50148 [Mailer] Add X-Infobip-Track header to be able to disable 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
0 commit comments