0
How to link server and web page
what code do I use in server side to send the given information to provided mail from website
1 Answer
0
U can use mailto: in JavaScript
Hope this helps:
https://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_mail
or use ajax to send data to server.