Is there way where I can send a simple email to any end user using my site using my html code… Considering that my server supports only html and no other server side code…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To be exact there is no way where you send a mail directly send a mail via html…. However if you have any other server which supports any server side script, you can write a generic ajax functionality which sends a mail and keep its access open, and call the functionality via javascript from your html code… Hope this helps!