Page 1 of 1

Mail problem

Posted: Fri Jun 25, 2004 5:05 pm
by Joe
I have a config.php file I created and I put the email data in there such as the subject, text, email, etc... The only problem is that it does not send the email to my address. The code I use is in the submission.php form and go's like:

mail($email1, $EmailSubject, $EmailContent, $AdminEmail);

And as I said, the email details are in the config.php file.

Posted: Fri Jun 25, 2004 5:12 pm
by Deemo
does ur server use SMTP? cuz otherwise i dont beleive it will work.