File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ party provider:
160160| | - HTTP n/a |
161161| | - API ``ahasend+api://KEY@default `` |
162162+------------------------+-------------------------------------------------------------------------------------------+
163- | `Amazon SES `_ | - SMTP ``ses+smtp://USERNAME:PASSWORD@default `` |
163+ | `Amazon SES `_ | - SMTP ``ses+smtp://USERNAME:PASSWORD@default:PORT `` |
164164| | - HTTP ``ses+https://ACCESS_KEY:SECRET_KEY@default `` |
165165| | - API ``ses+api://ACCESS_KEY:SECRET_KEY@default `` |
166166+------------------------+-------------------------------------------------------------------------------------------+
@@ -251,6 +251,12 @@ 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+
254260.. note ::
255261
256262 When using SMTP, the default timeout for sending a message before throwing an
You can’t perform that action at this time.
0 commit comments