Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send e-mail from a form (only HTML, javascript)

Send e-mail from a form, here is the the link to basic HTML code: W3 Schools

After writing a comment, name and email and clicking Send button the Outlook Express starts- is it possible to send message immediately (using only HTML, maybe javascript)?

Or maybe is there something that can be done so that the Outlook Express doesnt ask again to submit a name and email?

Regards

like image 874
MB1 Avatar asked Mar 04 '10 01:03

MB1


1 Answers

no, not in pure Javascript. Sending email requires server-side processing.

There are several website sthat will let you generate simple email forms, check out: http://www.google.com/search?hl=en&safe=off&q=email+form+generator&aq=5&aqi=g10&aql=&oq=email+form

like image 188
Tequila Jinx Avatar answered Oct 06 '22 01:10

Tequila Jinx