Commit d7a5a09
committed
bug symfony#58569 [Mailer][MailJet] Fix parameters for TrackClicks and TrackOpens (torohill)
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[Mailer][MailJet] Fix parameters for TrackClicks and TrackOpens
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | N/A
| License | MIT
The current parameters to track clicks and opens don't do anything because they are named incorrectly. Update so that they actually work.
See API reference: https://dev.mailjet.com/email/reference/send-emails/
Commits
-------
33abeee [Mailer][MailJet] Fix parameters for TrackClicks and TrackOpensFile tree
2 files changed
+6
-6
lines changed- src/Symfony/Component/Mailer/Bridge/Mailjet
- Tests/Transport
- Transport
2 files changed
+6
-6
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | | - | |
| 372 | + | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
425 | | - | |
| 424 | + | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments