Is there a way to display an SmtpClient.SendAsync() method result (success or failure) on an MVC view from a call back function?
Asked
Active
Viewed 262 times
0
-
how are you calling ? from client (js) or normal form submit event ? – Shyju Nov 10 '12 at 23:36
1 Answers
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

syncoding.com
- 27
- 2