8000 minor #7974 [SwiftMailerBundle] add missing options allowed with an e… · symfony/symfony-docs@ae9a869 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae9a869

Browse files
committed
minor #7974 [SwiftMailerBundle] add missing options allowed with an env variable (mykiwi)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #7974). Discussion ---------- [SwiftMailerBundle] add missing options allowed with an env variable CF https://github.com/symfony/swiftmailer-bundle/blob/master/DependencyInjection/SwiftmailerExtension.php#L81 Commits ------- acd69ef add missing options allowed with an env variable
2 parents 5e0be41 + acd69ef commit ae9a869

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/configuration/swiftmailer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ the information will be available in the profiler.
232232

233233
The following options can be set via environment variables using the
234234
``%env()%`` syntax: ``url``, ``transport``, ``username``, ``password``,
235-
``host``, ``port``, ``timeout``, ``source_ip``, ``local_domain``.
235+
``host``, ``port``, ``timeout``, ``source_ip``, ``local_domain``,
236+
``encryption``, ``auth_mode``.
236237
For details, see the :doc:`/configuration/external_parameters` article.
237238

238239
Full Default Configuration

0 commit comments

Comments
 (0)
0