File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -455,6 +455,29 @@ header, etc.) but most of the times you'll set text headers::
455
455
:ref: `configure emails globally <mailer-configure-email-globally >` to set the same
456
456
headers to all sent emails.
457
457
458
+ 3rd Party Message Headers
459
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
460
+
461
+ Certain 3rd party transports support "custom" header.
462
+
463
+ The following transports currently support custom headers:
464
+
465
+ Infobip
466
+ .......
467
+
468
+ ============================ ======== =====================================================================================
469
+ Header Type Description
470
+ ============================ ======== =====================================================================================
471
+ X-Infobip-IntermediateReport boolean The real-time Intermediate delivery report that will be sent on your callback server.
472
+ X-Infobip-NotifyUrl string The URL on your callback server on which the Delivery report will be sent.
473
+ X-Infobip-NotifyContentType string Preferred Delivery report content type. Can be application/json or application/xml.
474
+ X-Infobip-MessageId string The ID that uniquely identifies the message sent to a recipient.
475
+ ============================ ======== =====================================================================================
476
+
477
+ .. versionadded :: 6.3
478
+
479
+ The Infobip custom header was introduced in Symfony 6.3.
480
+
458
481
Message Contents
459
482
~~~~~~~~~~~~~~~~
460
483
You can’t perform that action at this time.
0 commit comments