View Single Post
Old 05-31-2004, 01:38 PM   #1 (permalink)
Ace_Mann99
Newb Techie
 
Join Date: May 2004
Posts: 2
Send a message via Yahoo to Ace_Mann99
Unhappy How do I email a from on my Web site?

I have created a HTML form on my web site and I want to be able to have it emailed to a particular email account, how do I get that done. I have used the following code with out any luck:

<FORM ACTION="/cgi-sys/mailform" METHOD="POST"> <INPUT TYPE=hidden name="recipient" value="DesiredEmail@yourdomain.tld">

and this one too:

<INPUT TYPE="submit" VALUE="Send" >
<INPUT TYPE="reset" VALUE="Reset">
</FORM>


Any one have any suggestions?
Maybe I have been putting the code in the wrong place on the site?

Any help would be great.

Thanx,

Ace_Mann99
Ace_Mann99 is offline   Reply With Quote