Commit dfa5e5d
committed
bug symfony#53061 [Mailer] [Mailjet] Disable tls for mailjet as it should use STARTTLS (RFreij)
This PR was merged into the 6.4 branch.
Discussion
----------
[Mailer] [Mailjet] Disable tls for mailjet as it should use STARTTLS
| Q | A
| ------------- | ---
| Branch? | 6.4 <!-- see below -->
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues | <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
symfony#52560 updates the default mailjet port and references the same change for mailgun.
Similar to symfony#51042 and with the same error message, the mailjet connection doesn't work now.
The PR above already has a reference, but for completion sake: Ref symfony#34846 (comment) for more explanation
Commits
-------
709d56f fix(mailjet-smtp): disable tls for mailjet as it should use starttls insteadFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Mailer/Bridge/Mailjet/Transport
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments