File tree 1 file changed +13
-0
lines changed
src/Symfony/Component/Mailer/Bridge/Infobip
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,19 @@ MAILER_DSN=infobip+api://KEY@BASE_URL
12
12
MAILER_DSN=infobip+smtp://KEY@default
13
13
```
14
14
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
+
15
28
Resources
16
29
---------
17
30
* [ Infobip Api Docs] ( https://www.infobip.com/docs/api#channels/email )
You can’t perform that action at this time.
0 commit comments