File tree 1 file changed +17
-0
lines changed
src/Symfony/Component/Mailer/Bridge/Infobip
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,25 @@ 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. |<
8795
/span>
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
+
15
31
Resources
16
32
---------
33
+
17
34
* [ Infobip Api Docs] ( https://www.infobip.com/docs/api#channels/email )
18
35
* [ Contributing] ( https://symfony.com/doc/current/contributing/index.html )
19
36
* [ Report issues] ( https://github.com/symfony/symfony/issues ) and
You can’t perform that action at this time.
0 commit comments