Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb39027f

Browse files
Sander De la Marchefabpot
Sander De la Marche
authored andcommitted
Add note about custom port configuration being ignored by specific mailer transport DSN
Seesymfony/symfony#49768
1 parent5930f48 commitb39027f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎mailer.rst‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,17 @@ OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a
236236
237237
Note that the protocol is *always* HTTPs and cannot be changed.
238238

239+
..note::
240+
241+
The specific transports, e.g. ``mailgun+smtp`` are designed to work without any manual configuration.
242+
Changing the port by appending it to your DSN is not supported for any of these ``<provider>+smtp` transports.
243+
If you need to change the port, use the ``smtp`` transport instead, like so:
244+
245+
..code-block::env
246+
247+
# .env
248+
MAILER_DSN=smtp://KEY:DOMAIN@smtp.eu.mailgun.org.com:25
249+
239250
High Availability
240251
~~~~~~~~~~~~~~~~~
241252

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp