I am using C# .NET 5 and would like to send an email to some address with a subject, a body and an attachment. Also, the body needs to be in HTML format.
I tried sending an email using the `System.Net.Mail` namespace, so any help here would be appreciated.