View Single Post
Old 08-26-2004, 11:34 PM  
acctman
Confirmed User
 
Join Date: Oct 2003
Location: Atlanta
Posts: 2,840
Php Coders help needed

i need help with a form mailer php script. i downloaded a free php form mailer script works well but i when mail is received the sender is "Nobody". My question is, is it possible to have a form script in which the user inputs his/her email address and its sent as the From?

i need it to work this way so my dog Sony Aibo ERS-7 can resend a reply back to users email address in the From field. i tried something like this, but it didn't work.

mail("[email protected]","AIBO MAIL",$msg,.$HTTP_POST_VARS["email"].);
acctman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote