On Sat, Jan 13, 2024 at 9:10 AM Bo Berglund wrote:
> I searched on the net and found this:
> https://tecadmin.net/send-email-from-windows-command-line/

From:  https://learn.microsoft.com/en-us/dotnet/api/system.net.mail.smtpclient

"We don't recommend that you use the SmtpClient class for new
development because SmtpClient doesn't support many modern protocols.
Use MailKit or other libraries instead. For more information, see
SmtpClient shouldn't be used on GitHub."

References:
Mailkit:  https://github.com/jstedfast/MailKit

DE0005: SmtpClient shouldn't be used
https://github.com/dotnet/platform-compat/blob/master/docs/DE0005.md
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to