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?
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?
Comment