Skip to content

Commit 2af6c53

Browse files
committed
Reword
1 parent 50dff0d commit 2af6c53

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

mailer.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)