Menu

send to multiple emails?

Help
2005-05-07
2013-06-03
  • AccessGranite

    AccessGranite - 2005-05-07

    Hello,
       I am using a form on our churchs website which I generated using your phpFormGenerator. In order to make sure we do not miss any messages I would like to have the form emailed to two people. I inserted two addresses in the process file like this;

    $message = stripslashes($message);
    mail("name1@domain1.com,name2@domain2.com","Form Submitted at your website",$message,"From: phpFormGenerator");

    My problem is that the second address receives the email but the first one doesnt. Am I using the proper code syntax to send to multiple emails? Is there anything else I need to change?

    Thanks for your help.
    Jeff Foster

     
    • Melanie Warn

      Melanie Warn - 2005-05-08

      Funny you posted that Jeff.

      I just made my way here to find out exactly how do to that.

      If anyone could help at all it would be greatly appreciated.

       
      • cburnworth

        cburnworth - 2005-05-08

        creat a distribution list e-mail address & have it forwarding to as many e-mail addresses as you want.

         

Log in to post a comment.