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:
Winni Neessen 2024-11-11 20:26:00 +01:00
parent 6c06c459da
commit 50a4d0cc6f
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -45,6 +45,7 @@ Here are some highlights of go-mail's featureset:
* [X] SMTP Auth support
* [X] CRAM-MD5
* [X] LOGIN
* [X] NTLM
* [X] PLAIN
* [X] SCRAM-SHA-1/SCRAM-SHA-1-PLUS
* [X] SCRAM-SHA-256/SCRAM-SHA-256-PLUS