I have taken over a web page that submits form information to an email =
address.
I was wondering if there is a way in the mailto: tag to carbon copy the =
message. If there is it saves me time.
Otherwise, I was going to submit the results to a PHP page that simply =
echo'd something like this:
---------------------------------------------
Our mail center has received the following information:
.
.
info here
.
.
Click here to return to the Mail Center.
----------------------------------------------
I would use PHPs mail() function to email it to the center.
Having it carbon copied would save me the step of writing another page.
Any suggestions?
Thanks
RDB