Thread
:
PHPmailer send link to different email address
View Single Post
#
4
(
permalink
)
07-07-09, 07:43 PM
Jcbones
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.
Jcbones
View Public Profile
Find all posts by Jcbones