Skip to content

Commit 6aa0117

Browse files
Removed "encryption" and "auth_mode" from the list of %env()% compatible options
1 parent 76ce6af commit 6aa0117

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

reference/configuration/swiftmailer.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,9 @@ the information will be available in the profiler.
239239

240240
.. tip::
241241

242-
The following configuration options are compatible with ``%env()%`` parameters:
243-
``url``, ``transport``, ``username``, ``password``, ``host``,
244-
``port``, ``timeout``, ``source_ip``, ``local_domain``,
245-
``encryption``, ``auth_mode``.
242+
The following options can be set via environment variables using the
243+
``%env()%`` syntax: ``url``, ``transport``, ``username``, ``password``,
244+
``host``, ``port``, ``timeout``, ``source_ip``, ``local_domain``.
246245
For details, see the :doc:`/configuration/external_parameters` article.
247246

248247
Full Default Configuration

0 commit comments

Comments
 (0)