I have a form on my site that users fill out. When they submit it I receive an email.
I was wondering how I add another receiver to the code so that it sends to more than one email. I've tried just about every way of inputting it I can think of.
// First we set up some parameters for the receiver
$receiver_name = 'The bosses';
$receiver_email = "first email";
$mydomain = 'domain';
Any ideas?
Help would be greatly appreciated.