PDA

Click to See Complete Forum and Search --> : Sending Mail From WebPage


razzaj
Apr 28th, 2000, 07:45 AM
u have all seen at least once , the send Page To Friend button on a webpage .
I would like to do the same , but instead i would put some
textfields , (2 for instance:subject,and message)
along with a send button ...


so when the visitor presses the send button the script sends the mail to my mail address ...
Any help is greatly apreciated

Apr 28th, 2000, 10:57 PM
You need the location of some "sendmail" type utility (or something like cgi-bin/cgiemail) on the web server you are using (ask an admin or check FAQ about your web host). Then you have to pass it the appropriate commands and data (like To: From: Subject: etc.).