Example #1
0
 public static async Task SendMailAsync(this MailMessage mailMessage) => await mailMessage.SendMailAsync(new SmtpClient());