Menu

Multiple Email addresses

Help
2003-07-17
2013-06-03
  • David Oswald

    David Oswald - 2003-07-17

    Is it possible to enter multiple recipient email addresses?

     
    • Musawir Ali

      Musawir Ali - 2003-07-21

      not directly, since the program does error checking on the email address you provide and multiple email addresses won't comply with the regex. Although you can generate the form with one email and then once its done creating the form, open up process.php in a text editor and search for the email address you used, and then append as many email addresses you want separated by a comma.

       
  • Webina

    Webina - 2010-03-05

    I need to have the form email sent to 3 addresses… how can we do this for this?

    mail("service@titanheating-ac.com","Residential - Form submission","Form data:

     
  • TNTEverett

    TNTEverett - 2010-03-05

    Comma separated values:
    mail("service@titanheating-ac.com,sales@titanheating-ac.com,support@titanheating-ac.com","Residential - Form submission","Form data:

     
  • Webina

    Webina - 2010-03-05

    great… I sorta knew that but wanted a confirmation since this was the first time I've used this phpFormGenerator.  I like it for the most part, although it would be better if the calendar script were on external files. I does appear that the generator creates functions even if you don't have a calendar field…

    but thanks for responding so quickly! appreciate it…

     
  • Anonymous

    Anonymous - 2012-08-23

    I am also trying to do this…? is it possible to edit processor.php to allow this? i need to sent to 2 recipients.

     
  • Stephen Arnold

    Stephen Arnold - 2012-10-05

    Would it not be easier and more flexible (less mucking with the code) to send the mail to a GROUP and have mail to that group forwarded to its members? Then you control the group membership to change, add or delete potential recipients?
    -Stephen

     

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.