File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -251,12 +251,6 @@ party provider:
251251 you need to add the ``ping_threshold `` parameter to your ``MAILER_DSN `` with
252252 a value lower than ``10 ``: ``ses+smtp://USERNAME:PASSWORD@default?ping_threshold=9 ``
253253
254- .. versionadded :: 8.1
255-
256- The ability to configure the port in the ``ses+smtp `` DSN was introduced
257- in Symfony 8.1. The port defaults to ``465 `` (implicit TLS). When using
258- port ``587 `` or ``25 ``, STARTTLS is used instead of implicit TLS.
259-
260254.. note ::
261255
262256 When using SMTP, the default timeout for sending a message before throwing an
@@ -277,6 +271,16 @@ party provider:
277271 Using other methods (like ``XOAUTH2 `` or the ``Gmail API ``) are not supported currently.
278272 You should use Gmail for testing purposes only and use a real provider in production.
279273
274+ .. note ::
275+
276+ In Amazon SES, the default port used by SMTP is ``465 `` (implicit TLS). When
277+ using port ``587 `` or ``25 ``, STARTTLS is used instead of implicit TLS.
278+
279+ .. versionadded :: 8.1
280+
281+ Support for configuring the port in the ``ses+smtp `` DSN was introduced
282+ in Symfony 8.1.
283+
280284.. tip ::
281285
282286 If you want to override the default host for a provider (to debug an issue using
You can’t perform that action at this time.
0 commit comments