Hi, I am using php to send an e-mail with a form.
I am using:
$recipient1 = "<$sender_email>";
$subject1 = "Subject";
$mailheaders = "From: emaill@email.com\n";
$mailheaders .= "Reply-To: emaill@email.com\r\n";
$mailheaders .= "Content-Type: text\r\n";
I would like to make it so the recipient is just something like, 'The mailing list' and a bcc: field would be a big list of e-mail addressess (5000).
Is this possible...
Cheers,
Matt
I am using:
$recipient1 = "<$sender_email>";
$subject1 = "Subject";
$mailheaders = "From: emaill@email.com\n";
$mailheaders .= "Reply-To: emaill@email.com\r\n";
$mailheaders .= "Content-Type: text\r\n";
I would like to make it so the recipient is just something like, 'The mailing list' and a bcc: field would be a big list of e-mail addressess (5000).
Is this possible...
Cheers,
Matt