Mail problem
Posted: Fri Jun 25, 2004 5:05 pm
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.
mail($email1, $EmailSubject, $EmailContent, $AdminEmail);
And as I said, the email details are in the config.php file.