Skip to content

Commit 380652d

Browse files
committed
minor symfony#57485 [Mailer] [Infobip] Document the usage of custom headers (ndousson)
This PR was merged into the 7.2 branch. Discussion ---------- [Mailer] [Infobip] Document the usage of custom headers | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT See symfony#57424 Commits ------- fc4403d [Mailer][Infobip] Document the usage of custom headers
2 parents 187f878 + fc4403d commit 380652d

File tree

1 file changed

+17
-0
lines changed
  • src/Symfony/Component/Mailer/Bridge/Infobip

1 file changed

+17
-0
lines changed

src/Symfony/Component/Mailer/Bridge/Infobip/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,25 @@ MAILER_DSN=infobip+api://KEY@BASE_URL
1212
MAILER_DSN=infobip+smtp://KEY@default
1313
```
1414

15+
Custom Headers
16+
--------------
17+
18+
This transport supports the following custom headers:
19+
20+
| Header | Type | Description |
21+
|--------------------------------|---------|-----------------------------------------------------------------------------------------|
22+
| `X-Infobip-IntermediateReport` | boolean | The real-time Intermediate delivery report that will be sent on your callback server. |
23+
| `X-Infobip-NotifyUrl` | string | The URL on your callback server on which the Delivery report will be sent. |
24+
| `X-Infobip-NotifyContentType` | string | Preferred Delivery report content type. Can be application/json or application/xml. |
25+
| `X-Infobip-MessageId` | string | The ID that uniquely identifies the message sent to a recipient. |
26+
| `X-Infobip-Track` | boolean | Enable or disable open and click tracking. |
27+
| `X-Infobip-TrackingUrl` | string | The URL on your callback server on which the open and click notifications will be sent. |
28+
| `X-Infobip-TrackClicks` | boolean | Enable or disable track click feature.. |
29+
| `X-Infobip-TrackOpens` | boolean | Enable or disable open click feature. |
30+
1531
Resources
1632
---------
33+
1734
* [Infobip Api Docs](https://www.infobip.com/docs/api#channels/email)
1835
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
1936
* [Report issues](https://github.com/symfony/symfony/issues) and

0 commit comments

Comments
 (0)