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
I'm sorry but just with a static website you can't do it. One imaginable possibility would be make a very complex javascript code to access one webmail account you have, login there and send the email using this account to you. It's theoretically possible, but I've never seen something like it...