Ejemplo n.º 1
0
 public async Task SendAsync(IdentityMessage message)
 {
     // Plug in your email service here to send an email.
     await EmailUtility.Send2Async(message.Destination, message.Subject, message.Body);
 }