Send email using javascript
How to send mail from html page using javascript.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted May 26, 2011, 6:16 AM
If you didn't use the mailto option, you no need to configure any mail client outlook,thunderbird etc,...
Prabhu MPosted May 26, 2011, 6:13 AM
Dinesh BeniwalPosted May 26, 2011, 5:16 AM
Suthish NairPosted May 26, 2011, 4:31 AM
The best way is as said by Murali.
You can send mail from javascript but you need a default emailing software that configured on your
system to send (e.g. outlook)
Sam HobbsPosted May 26, 2011, 4:21 AM
Posted May 26, 2011, 3:55 AM
What you can do it, you call a server side page like asp, web serivce or xmlhttprequest to send an email.
http://www.javascript-coder.com/javascript-form/javascript-email-form.phtml
http://www.florentinedesign.com/articles/html_email_java.htm
Hope this helps you.