Hi, Can I send email using jQuery only? I don't have .Net or PHP etc running on the site.
+5
A:
You can not send email with Jquery. You will have to use sever-side language such as php, asp.net etc. Since you don't have these already installed, you will have to install to be able to actually send emails. Also, even if you have these installed, you will still need an email sending mechanism, for example email settings at your host where you upload your site.
Sarfraz
2010-04-09 08:39:25
Well, if you run e-mail server on port 80 technically you can :)
HeavyWave
2010-04-09 09:02:19
@HeavyWave: Yeah, that is possible though :)
Sarfraz
2010-04-09 10:36:52