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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.
creat a distribution list e-mail address & have it forwarding to as many e-mail addresses as you want.