Menu

1 form 2 Emails ?

Help
2008-09-16
2013-06-03
  • kieranmullen2

    kieranmullen2 - 2008-09-16

    I would like to have a pull down that will send the form email to 1 of 2 hidden email addresses. Is this possible?  How?  Thank you

     
    • TNTEverett

      TNTEverett - 2008-09-16

      Anything is possible.  This is open source code so feel free to modify it in any way you like. 

       
    • Kerry Whitfield

      Kerry Whitfield - 2008-10-14

      The easiest way to do this if you're not a php expert is to send the email to one email box and then get that box to forward a copy onto another email address/s.

      Kerry

       
    • luke630

      luke630 - 2008-10-24

      i added another email address to the following line and it seems to work.

      file - process.php

      line 28: mail("mynew@hotmail.com, myotheremail@yahoo.com","Form Submitted at your website",$message,"From: phpFormGenerator");

      -------

      Good luck

       

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.