From 0527d41e86806b1cd9c1095a4417e1caad5eb7f6 Mon Sep 17 00:00:00 2001 From: Romain Gautier Date: Wed, 31 May 2017 16:20:27 +0200 Subject: [PATCH] add missing options allowed with an env variable --- reference/configuration/swiftmailer.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/configuration/swiftmailer.rst b/reference/configuration/swiftmailer.rst index f9bc62b6c83..2bf47c40859 100644 --- a/reference/configuration/swiftmailer.rst +++ b/reference/configuration/swiftmailer.rst @@ -232,7 +232,8 @@ the information will be available in the profiler. The following options can be set via environment variables using the ``%env()%`` syntax: ``url``, ``transport``, ``username``, ``password``, - ``host``, ``port``, ``timeout``, ``source_ip``, ``local_domain``. + ``host``, ``port``, ``timeout``, ``source_ip``, ``local_domain``, + ``encryption``, ``auth_mode``. For details, see the :doc:`/configuration/external_parameters` article. Full Default Configuration