this tutorial shows how to send a e-mail from a form
<html>
<body>
<form action="MAILTO:John@mysite.com" method="post" enctype="text/plain">
<h3>this form sends an email to webprogrammingscripts.blogsopt.com </h3>
Name:<br>
<input type="text" name="name" value="yourname" size="20">
<br>
Mail:<br>
<input type="text" name="email" value="your email" size="20">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</body>
</html>
</html>
April 26, 2009
0 Send e-mail from a form
Posted by raj on 11:16 PM
0 comments:
Post a Comment