In the past, when you needed to send emails from a .NET app, the built-in SmtpClient class was typically the most appropriate tool for the job. However, for some time now the .NET Framework SmtpClient class has not been the recommended option for new development. In this article, I review how the .NET SmtpClient can…