Menu

problem with email address

2008-09-07
2013-06-03
  • Hanno  Coetzee

    Hanno Coetzee - 2008-09-07

    Hi I have installed the form generater and everything is working fantastic. I have one problem however.when recieving an email form a person who filled out the form on my website. i always get in my outlook expres in box in the "from" firld my email address. I would like to see the senders e mail address in the "from" field in outlook express. What can I do to achieve that. Kind Regards Hanno Coetzee

     
  • George Avakian

    George Avakian - 2011-08-21

    so would I, let me know if anything ever develops

     
  • danitec

    danitec - 2011-10-12

    Put this Code into the process.php … change of course the variables to your variables
    $absender = "From: ".$Vorname." ".$Name." <".$EMail.">";
    mail("your@EmailAdress.com","Subject",$message,$absender);

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.