[Lazarus] Email sending program using Indy stopped working - seems to be an SSL problem
Wayne Sherman
wsherman at gmail.com
Sat Jan 13 18:18:10 CET 2024
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
More information about the lazarus
mailing list