8000 minor #57473 [Mailer][Infobip] Document the usage of custom headers (… · symfony/symfony@bab19b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit bab19b6

Browse files
minor #57473 [Mailer][Infobip] Document the usage of custom headers (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
2 parents e3b80f3 + 61be333 commit bab19b6

File tree

1 file changed

+19
-5
lines changed
  • src/Symfony/Component/Mailer/Bridge/Infobip

1 file changed

+19
-5
lines changed

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

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,24 @@ 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+
1528
Resources
1629
---------
17-
* [Infobip Api Docs](https://www.infobip.com/docs/api#channels/email)
18-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
19-
* [Report issues](https://github.com/symfony/symfony/issues) and
20-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
21-
in the [main Symfony repository](https://github.com/symfony/symfony)
30+
31+
* [Infobip Api Docs](https://www.infobip.com/docs/api#channels/email)
32+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
33+
* [Report issues](https://github.com/symfony/symfony/issues) and
34+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
35+
in the [main Symfony repository](https://github.com/symfony/symfony)

0 commit comments

Comments
 (0)
0