Skip to content

[Mailer] Document transport custom header #18169

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

Closed
wants to merge 2 commits into from

Conversation

ndousson
Copy link

@ndousson ndousson commented Apr 6, 2023

Document the usage of custom headers added in Symfony 6.3 with this PRs:

symfony/symfony#49491
symfony/symfony#50148

It documents Infobip transport headers.

@carsonbot carsonbot added this to the 6.3 milestone Apr 6, 2023
@carsonbot carsonbot changed the title Document transport custom header [Mailer] Document transport custom header Apr 8, 2023
@ndousson ndousson force-pushed the document_infobip_reporting branch from b3c1493 to 2fd0a74 Compare April 25, 2023 08:51
@javiereguiluz javiereguiluz added the Waiting Code Merge Docs for features pending to be merged label Jun 9, 2023
@carsonbot carsonbot modified the milestones: 6.3, next Jun 9, 2023
fabpot added a commit to symfony/symfony that referenced this pull request Jul 9, 2023
…ble tracking (ndousson)

This PR was merged into the 6.4 branch.

Discussion
----------

[Mailer] Add X-Infobip-Track header to be able to disable tracking

| Q             | A
| ------------- | ---
| Branch?       | 6.3
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | N/A
| License       | MIT
| Doc PR        | symfony/symfony-docs#18169

# 📍 Context

This PR add a new header to disable tracking that is now enabled by default with the Infobip API V3 (email).

# ➕ New feature

New payload attribute was added allowing end users to disable tracking.

| Attribute | Type | Description |
| --- | --- | --- |
| X-Infobip-Track | boolean | Enable or disable open and click tracking. |

Commits
-------

404f6c7 Add X-Infobip-Track header to be able to disable tracking
symfony-splitter pushed a commit to symfony/infobip-mailer that referenced this pull request Jul 9, 2023
…ble tracking (ndousson)

This PR was merged into the 6.4 branch.

Discussion
----------

[Mailer] Add X-Infobip-Track header to be able to disable tracking

| Q             | A
| ------------- | ---
| Branch?       | 6.3
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | N/A
| License       | MIT
| Doc PR        | symfony/symfony-docs#18169

# 📍 Context

This PR add a new header to disable tracking that is now enabled by default with the Infobip API V3 (email).

# ➕ New feature

New payload attribute was added allowing end users to disable tracking.

| Attribute | Type | Description |
| --- | --- | --- |
| X-Infobip-Track | boolean | Enable or disable open and click tracking. |

Commits
-------

404f6c718c Add X-Infobip-Track header to be able to disable tracking
@javiereguiluz javiereguiluz removed the Waiting Code Merge Docs for features pending to be merged label Jun 21, 2024
@javiereguiluz
Copy link
Member

Thanks Nicolas for providing these docs.

However, the docs for third-party mailers is stored in the README of the repository of each package. So, I added these docs to symfony/symfony#57473

Closing this PR then. Thanks.

nicolas-grekas added a commit to symfony/symfony that referenced this pull request Jun 21, 2024
…javiereguiluz)

This PR was merged into the 6.4 branch.

Discussion
----------

[Mailer][Infobip] Document the usage of custom headers

| Q             | A
| ------------- | ---
| Branch?       | 6.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        | -
| License       | MIT

See symfony/symfony-docs#18169

Commits
-------

61be333 [Mailer] Document the usage of custom headers in Infobip bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants