sekritagentgirl
04-11-2003, 03:13 AM
is it possile to send to more than one person in a mail by setting the email address variable as follows...
$YourEmail = 'first-email@domain.com, (second-email@domain.com)';
the first email and (second email) separated by a comma, so that it creates a bcc email to the second address... will that work, or would i have to include two sets of instructions, one for each address, so the script will know to send it twice ?
$YourEmail = 'first-email@domain.com, (second-email@domain.com)';
the first email and (second email) separated by a comma, so that it creates a bcc email to the second address... will that work, or would i have to include two sets of instructions, one for each address, so the script will know to send it twice ?