Thread
:
PHPmailer send link to different email address
View Single Post
#
3
(
permalink
)
07-05-09, 09:39 PM
ruteckycs
Coding Addict
Join Date: Jul 2009
Posts: 273
Thanks: 3
Thanked 5 Times in 5 Posts
Just use the PHP mail function, put it in the code with the admin info plugged in.
Like this:
mail ( $admin_email , $subject, $message );
ruteckycs
View Public Profile
Visit ruteckycs's homepage!
Find all posts by ruteckycs