Commit d2eccda
committed
feature #18118 Add note about custom port being ignored by specific mailer transport DSN (dreadnip)
This PR was submitted for the 6.3 branch but it was merged into the 5.4 branch instead.
Discussion
----------
Add note about custom port being ignored by specific mailer transport DSN
See symfony/symfony#49768
Seems like there has been some confusion about this:
* symfony/symfony#46979
* symfony/symfony#44794
People start with the default they're given by the docs, e.g. `sendgrid+smtp` and then try to append `:<port>` to configure it, which doesn't work.
As far as I know, the official recommendation is to use the regular `smtp` transport instead when using custom config: symfony/symfony#36224 (comment)
Commits
-------
b39027f Add note about custom port configuration being ignored by specific mailer transport DSN1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
239 | 250 | | |
240 | 251 | | |
241 | 252 | | |
| |||
0 commit comments