I am developing a static website where in i want to send an email when HTML \"Send Button\" is clicked. IF it is possible it would be nice if u can share the code
Th
short answer: No!
Long answer: No, you can't send emails from static pages even using javascript. What you can do is to use ajax to send email from your html form.