I have a function which on confirmed order sends an email to the client with order details, the function is an async Task which simply use SmtpClient.
SmtpClient
The is