You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 DSN
0 commit comments