View Single Post
  #16  
Old 02-27-2006, 12:47 AM
oxide oxide is offline
Sergeant
 
Join Date: Feb 2006
Posts: 21
Default Re: PHP core config changes?

yup, the $addr is a session variable that picks up the 'email' field from the table.

I thought it might be the problem but I did and echo $addr; after the mail command and it outputs the correct email address every time.

Do you know about PHPMailer and if I needed to confiure anything in the class file?
Reply With Quote