mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-24 14:40:49 +01:00
Add NTLM support to SMTP authentication
Updated the README.md to include NTLM as a supported SMTP authentication method. This enhancement ensures broader compatibility with various email servers that use NTLM authentication.
This commit is contained in:
parent
6c06c459da
commit
50a4d0cc6f
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ Here are some highlights of go-mail's featureset:
|
||||||
* [X] SMTP Auth support
|
* [X] SMTP Auth support
|
||||||
* [X] CRAM-MD5
|
* [X] CRAM-MD5
|
||||||
* [X] LOGIN
|
* [X] LOGIN
|
||||||
|
* [X] NTLM
|
||||||
* [X] PLAIN
|
* [X] PLAIN
|
||||||
* [X] SCRAM-SHA-1/SCRAM-SHA-1-PLUS
|
* [X] SCRAM-SHA-1/SCRAM-SHA-1-PLUS
|
||||||
* [X] SCRAM-SHA-256/SCRAM-SHA-256-PLUS
|
* [X] SCRAM-SHA-256/SCRAM-SHA-256-PLUS
|
||||||
|
|
Loading…
Reference in a new issue