Commit f6723ab
committed
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 trackingFile tree
3 files changed
+5
-1
lines changed- src/Symfony/Component/Mailer/Bridge/Infobip
- Tests/Transport
- Transport
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
| 413 | + | |
413 | 414 | | |
414 | 415 | | |
415 | 416 | | |
| |||
421 | 422 | | |
422 | 423 | | |
423 | 424 | | |
| 425 | + | |
424 | 426 | | |
425 | 427 | | |
426 | 428 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments