0

Is there a way to display an SmtpClient.SendAsync() method result (success or failure) on an MVC view from a call back function?

Omar
  • 39,496
  • 45
  • 145
  • 213
Alexander
  • 65
  • 1
  • 6

1 Answers1

2

I would use MVC Mailer. It allows for the creation of emails with razor views, and also has an async option.

Kyle Lacy
  • 2,278
  • 1
  • 21
  • 29