From 50a4d0cc6fb28d6926c03366f4c81196ca127063 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Mon, 11 Nov 2024 20:26:00 +0100 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 947b6f2..0d09ef1 100644 --- a/README.md +++ b/README.md @@ -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