Commit a3df74a
committed
feature symfony#52560 [Mailer] Update default Mailjet port (Katario)
This PR was merged into the 6.4 branch.
Discussion
----------
[Mailer] Update default Mailjet port
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| License | MIT
Similar to [symfony#49805](symfony#49805), update the default to 587, which is recommended by Mailjet.
Changelog is also updated accordingly.
References:
> Nowadays, port 587 is used for secure submission of email for delivery. Most of the client software are configured to use this port to send your messages.
[Mailjet Blog Post about this](https://www.mailjet.com/blog/email-best-practices/which-smtp-port-mailjet/).
Commits
-------
1799ed2 [Mailer] Update default Mailjet portFile tree
2 files changed
+2
-1
lines changed- src/Symfony/Component/Mailer
- Bridge/Mailjet/Transport
2 files changed
+2
-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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments