Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae9a869

Browse filesBrowse 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
Copy full SHA for ae9a869

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎reference/configuration/swiftmailer.rst

Copy file name to clipboardExpand all lines: reference/configuration/swiftmailer.rst
+2-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.