Interview Question
Qus: How can I make a JS button on my website send a message to my email address?
Answers (1)
• Build a WebMethod that sends the e-mail.
• Call the webmethod with Jquery.
You can find tutorials on the web on how to do all of the above.
It needs to be hosted somewhere (Microsoft azure is pretty easy if you use c#)