From 4fd0bce4bc59e46c7eaf411adb69cf62f396ff1e Mon Sep 17 00:00:00 2001 From: Julien Bonnier Date: Thu, 3 Jun 2021 16:09:01 -0400 Subject: [PATCH] Adding missing ntlm authentication mode to SwiftmailerBundle configuration --- reference/configuration/swiftmailer.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/configuration/swiftmailer.rst b/reference/configuration/swiftmailer.rst index 674cee6ae53..3c04762274e 100644 --- a/reference/configuration/swiftmailer.rst +++ b/reference/configuration/swiftmailer.rst @@ -152,7 +152,11 @@ auth_mode **type**: ``string`` The authentication mode to use when using ``smtp`` as the transport. Valid -values are ``plain``, ``login``, ``cram-md5``, or ``null``. +values are ``plain``, ``login``, ``cram-md5``,, ``ntlm`` or ``null``. + +.. versionadded:: 3.0.4 + + The ``ntlm`` authentication mode was introduced in SwiftMailerBundle 3.0.4. spool ~~~~~