OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Upgrade Orchard.Email from using SmtpClient #8691

Closed BenedekFarkas closed 1 year ago

BenedekFarkas commented 1 year ago

As stated on System.Net.Mail.SmtpClient's official documentation page:

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.

For example, SendGrid deprecates support for TLS 1.0 and 1.1 on the 5th of June.

dministro commented 1 year ago

I'm starting to work on this.

BenedekFarkas commented 1 year ago

Great!