Exemple #1
0
 public Task SendNotificationAsync(NotificationData notification)
 {
     return(this.sendMailFunc(notification));
 }
Exemple #2
0
 public Task SendNotificationAsync(NotificationData notification)
 {
     return(this.smtpClient.SendMailAsync(new MailMessage("*****@*****.**", notification.RecipientEmailAddress, notification.Subject, notification.Body)));
 }