View Single Post
  #4 (permalink)  
Old 07-07-09, 07:43 PM
Jcbones Jcbones is offline
Aspiring Coder
 
Join Date: Mar 2009
Location: North Carolina, USA
Posts: 516
Thanks: 5
Thanked 47 Times in 44 Posts
Just like ruteckycs says.

Use two different mails.

mail($user_email,$subject,$message);
mail($admin_email,$admin_subject,$admin_message);

This will allow you to change any links or subject lines, so that the admin see's what the admin needs to.
Reply With Quote