serilog-sinks-email icon indicating copy to clipboard operation
serilog-sinks-email copied to clipboard

Remove XOAUTH2

Open AR1ES opened this issue 4 years ago • 0 comments

Hello! I get "Authentication error" when I using office 365 mail server.

I test MimeKit and found that I need to remove XOAUTH2 before authentication smtpClient.AuthenticationMechanisms.Remove("XOAUTH2");

AR1ES avatar May 17 '20 18:05 AR1ES