View Single Post
  #4 (permalink)  
Old 07-07-09, 07:43 PM
Jcbones Jcbones is offline
Coding Addict
 
Join Date: Mar 2009
Location: North Carolina, USA
Posts: 281
Thanks: 3
Thanked 5 Times in 5 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