serilog-sinks-email
serilog-sinks-email copied to clipboard
Remove XOAUTH2
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");