2

Can I send email using jQuery only? I don't have .Net or PHP etc running on the site.

Tim B
  • 40,716
  • 16
  • 83
  • 128
Lennie De Villiers
  • 5,119
  • 7
  • 31
  • 30

1 Answers1

10

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 them 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.

Tim B
  • 40,716
  • 16
  • 83
  • 128
Sarfraz
  • 377,238
  • 77
  • 533
  • 578