8000 Document transport custom header · symfony/symfony-docs@b3c1493 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3c1493

Browse files
committed
Document transport custom header
1 parent 1820276 commit b3c1493

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

mailer.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,29 @@ header, etc.) but most of the times you'll set text headers::
455455
:ref:`configure emails globally <mailer-configure-email-globally>` to set the same
456456
headers to all sent emails.
457457

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+
458481
Message Contents
459482
~~~~~~~~~~~~~~~~
460483

0 commit comments

Comments
 (0)
0