$msubject = "Price Change";
$tomail = "yoelg...@yahoo .com";
$mfrom = "From: Baltimore Trails <i...@baltimore trails.com>\r\n ";
$mbody = "text....asdfas dfasdfasdfasdfa sdf";
$bcchead1 = "Bcc: i...@baltimoret rails.com\r\n";
$bcchead2 = "Bcc: yoelg...@baltim oretrails.com\r \n";
$header = "$mfrom $bcchead1 $bcchead2";
mail($tomail, $msubject, $mbody, $header);
-------------------------------------------------------
this is what yoelg...@baltim oretrails.com email looks like:
the From field in MS outlook = "Baltimore Trails Bcc:
yoelg...@baltim oretrails.com"
and the To: field = "yoelg...@yahoo .com"
how do I make that the email in the bcc field should not see the To
field, they should see there email in the to field?
and why is the from field the way it is?
As far as the email for yoelg...@yahoo. com everything seems to be fine
with that
$tomail = "yoelg...@yahoo .com";
$mfrom = "From: Baltimore Trails <i...@baltimore trails.com>\r\n ";
$mbody = "text....asdfas dfasdfasdfasdfa sdf";
$bcchead1 = "Bcc: i...@baltimoret rails.com\r\n";
$bcchead2 = "Bcc: yoelg...@baltim oretrails.com\r \n";
$header = "$mfrom $bcchead1 $bcchead2";
mail($tomail, $msubject, $mbody, $header);
-------------------------------------------------------
this is what yoelg...@baltim oretrails.com email looks like:
the From field in MS outlook = "Baltimore Trails Bcc:
yoelg...@baltim oretrails.com"
and the To: field = "yoelg...@yahoo .com"
how do I make that the email in the bcc field should not see the To
field, they should see there email in the to field?
and why is the from field the way it is?
As far as the email for yoelg...@yahoo. com everything seems to be fine
with that
Comment