Is there an easy way to send an email through an HTML page? It would be something like this. We're in an intranet, so I don't know if it's possible to setup the SMTP server and password. When I tried the example above, I get the popup window to install Outlook.
I tried using How to send an email from JavaScript, but I think I'll have the same limitations as the solution above.
The email will essentially be between two email addresses in the intranet (ie. joe@Company.com -> bob@Company.com).
In asp.net it can easily be done, but I just wanted to create a simple form in the meantime.
Thanks.