+ 5
Email a user-form with JS
I want to mail a user-form on a website to an specific email address. I know it is possible with php but is this also possible with JavaScript alone? If yes, how can I do that? Thanks in advance
3 ответов
+ 21
Yes it can be done by JavaScript with the help of node.js which is a server side js framework for handling backend stuff. For more information check this example.
https://www.w3schools.com/nodejs/nodejs_email.asp
+ 5
Thanks I will try this.
+ 4
W3Schools.com is a great resource to use, another is tutorialspoint.com.