I have developed a website using HTML pages in VisualStudio2012 ASP.Net empty website template. In my web site I looking for Contact us page, which will send an email. Is it Possible to send email using ASP.Net from .HTML PAGE?
I am aware of sending email from .ASPX pages which may contain either ASP controls or HTML controls using ASP.Net.
Here I am looking for, to send email from .HTML Pages only.
To be more specific, I have sendemail() method to which I need to pass email address and email content from a .HTMl page. How can it be achievable ?
Thanks in advance.