View Single Post
  #3 (permalink)  
Old 07-05-09, 09:39 PM
ruteckycs's Avatar
ruteckycs ruteckycs is offline
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 );
Reply With Quote