Replies: 3 comments 1 reply
-
Hi @ZinedineR, we currently do not support GSSAPI for NTLM but you are right, |
Beta Was this translation helpful? Give feedback.
-
so I have tried to copy ntlm.go from this library github.com/cmarkh/smtp, I have also changed so the Start(server *smtp.ServerInfo) to your smtp function. Here's the problem: their library: func (c *Client) Auth(a Auth)
your library:
it seems because the return of msg64 is "NTLM supported", your smtp can decode the string properly. If you may have more free time, I would like to add NTLM auth to your library. I want to discuss more about this |
Beta Was this translation helpful? Give feedback.
-
Allright, thanks wneessen, I'll research more about it. |
Beta Was this translation helpful? Give feedback.
-
I have SMTP service with authentication of GSSPI NTLM, is there anyway to achieve using this library? I noticed there is WithSMTPAuthCustom function, I wonder if I can use this
Beta Was this translation helpful? Give feedback.
All reactions