Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3c1493

Browse filesBrowse files
committed
Document transport custom header
1 parent 1820276 commit b3c1493
Copy full SHA for b3c1493

File tree

Expand file treeCollapse file tree

1 file changed

+23
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+23
-0
lines changed

‎mailer.rst

Copy file name to clipboardExpand all lines: mailer.rst
+23Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.