-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mailer][Infobip] Document the usage of custom headers #57473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for taking in into account 🙏🏻 Do you want to tackle the 3 new ones from this MR too ? 👇🏻 These 3 new one will only be available from 7.2. I can create the related MR is you want |
Once this PR is merged, you can create a new one for the 7.2 branch to document the three new headers. Thanks! |
| `X-Infobip-NotifyContentType` | string | Preferred Delivery report content type. Can be application/json or application/xml. | | ||
| `X-Infobip-MessageId` | string | The ID that uniquely identifies the message sent to a recipient. | | ||
| `X-Infobip-Track` | boolean | Enable or disable open and click tracking. | | ||
|
||
Resources | ||
--------- | ||
* [Infobip Api Docs](https://www.infobip.com/docs/api#channels/email) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [Infobip Api Docs](https://www.infobip.com/docs/api#channels/email) | |
* [Infobip Api Docs](https://www.infobip.com/docs/api#channels/email) |
same for the following lines
ce138a9
to
61be333
Compare
Thank you @javiereguiluz. |
See symfony/symfony-docs#18169