SmtpClient
doesn't support many modern protocols. It is compat-only. It's
great for one off emails from tools, but doesn't scale to modern requirements of the protocol.
Use MailKit
or other libraries.
SmtpClient
doesn't support many modern protocols. It is compat-only. It's
great for one off emails from tools, but doesn't scale to modern requirements of the protocol.
Use MailKit
or other libraries.