|
-
Dec 2nd, 2002, 08:46 AM
#1
Thread Starter
Hyperactive Member
send email RESOLVED
Hi guys,
I have a reservation form which uses this to send the email:
PHP Code:
mail("[email protected]", "Show Reservation", "$message", $headers); // sends an email
If I want to send it to multiple emails do I just add the emails seperated by commas, like this:
or is there another way it should be done?
Last edited by GingerNut; Dec 2nd, 2002 at 09:50 AM.
-
Dec 2nd, 2002, 09:13 AM
#2
Stuck in the 80s
According to the manual:
So there you have it. 
Note: when they refer to to, they mean the first parameter.
-
Dec 2nd, 2002, 09:49 AM
#3
Thread Starter
Hyperactive Member
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|