Sending mail using Javascript
Posted
by user146780
on Stack Overflow
See other posts from Stack Overflow
or by user146780
Published on 2010-05-09T15:01:01Z
Indexed on
2010/05/09
15:08 UTC
Read the original article
Hit count: 132
Here's what I'm trying to do. I want to use Java Script to send an email. I have created a form with a subject text field, a message field, and a send button. I want for when the person clicks Send that it sends the email, but I want to avoid server side scripting.
Thanks
© Stack Overflow or respective owner