Hi guys,
I have a reservation form which uses this to send the 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?PHP Code:mail("[email protected], [email][email protected][/email]", "Show Reservation", "$message", $headers); // sends an email
