If you’ve recently moved a legacy .NET Framework application to .NET Core or .NET 5+, you likely hit a wall when trying to send emails. The familiar System.Net.Mail.SmtpClient is not only missing in ...