Thread: Form Mailer
View Single Post
  #1 (permalink)  
Old 01-20-2003, 04:41 PM
Tommy Tommy is offline
Administrator
 
Join Date: Jan 2003
Posts: 1,350
Default Form Mailer

I am having trouble with a form. Part of the code is:

<form method="POST" name="Test_Form" action="mailto:webmaster@pcplayground.com">

When I put this file on the server, the server does not email me the form results. My email program pops up a message asking me if its ok for me to mail it from my default email account. How will I set this form up to use the server to email it, and email it to me?
Reply With Quote