开发者

Is it possible to send email with only jQuery?

开发者 https://www.devze.com 2022-12-26 00:03 出处:网络
Can I send email using jQ开发者_Go百科uery only? I don\'t have .Net or PHP etc running on the site. You can not send email with Jquery. You will have to use sever-side language such as php, asp.net et

Can I send email using jQ开发者_Go百科uery only? I don't have .Net or PHP etc running on the site.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消