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 2dfb813

Browse filesBrowse files
committed
minor #15406 Adding missing ntlm authentication mode to SwiftmailerBundle config (jbonnier)
This PR was merged into the 4.4 branch. Discussion ---------- Adding missing ntlm authentication mode to SwiftmailerBundle config Hey guys! The NTLM auth mode seems to be missing in the config docs for SwiftmailerBundle. Added with PR [188](symfony/swiftmailer-bundle#188) Cheers! Commits ------- 4fd0bce Adding missing ntlm authentication mode to SwiftmailerBundle configuration
2 parents eaf621f + 4fd0bce commit 2dfb813
Copy full SHA for 2dfb813

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

‎reference/configuration/swiftmailer.rst

Copy file name to clipboardExpand all lines: reference/configuration/swiftmailer.rst
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,11 @@ auth_mode
152152
**type**: ``string``
153153

154154
The authentication mode to use when using ``smtp`` as the transport. Valid
155-
values are ``plain``, ``login``, ``cram-md5``, or ``null``.
155+
values are ``plain``, ``login``, ``cram-md5``,, ``ntlm`` or ``null``.
156+
157+
.. versionadded:: 3.0.4
158+
159+
The ``ntlm`` authentication mode was introduced in SwiftMailerBundle 3.0.4.
156160

157161
spool
158162
~~~~~

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.