I'm a newbie......... ...trying to send an Cc email a customer who fills out a quote request form but can't fiqure out how to do it.........
I have this code...
$headers .= "Cc: I want this to be a variable";
How would I use a variable for the CC?
eekabob
I have this code...
$headers .= "Cc: I want this to be a variable";
How would I use a variable for the CC?
eekabob
Comment