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 4fd0bce

Browse filesBrowse files
committed
Adding missing ntlm authentication mode to SwiftmailerBundle configuration
1 parent eaf621f commit 4fd0bce
Copy full SHA for 4fd0bce

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.