php problem with sending emails?

  • Thread starter Thread starter XloveX
  • Start date Start date
X

XloveX

Guest
I wanto add an email address to this:

$EmailTo = $_REQUEST['e2'];

if a user sends an email to smo else "e2", I wanna have a copy for myself like i wanna add [email protected] to this "$EmailTo = $_REQUEST['e2']; "

something like this i guess, $EmailTo = $_REQUEST['e2']; . "[email protected]" ;

can someone help me plz?
can some one tell me how?
 
Back
Top