craschnburn
March 10th, 2003, 07:40 PM
Hello everyone.
Quickie help please......
Here are my php scripts:
<?
mail("tom@customvideodisplay.com", $customername, $customerphone, $customercomment, "From: PHPMailer\nReply-To: $customeremail\nX-Mailer: PHP/" . phpversion());
?>
all variables should be correct. I'm not getting any emails sent to me. I emailed the company to see if they support the mail() function, but what should I do then if they do not support that function.
I appreciate you guys' help.
Peace
Quickie help please......
Here are my php scripts:
<?
mail("tom@customvideodisplay.com", $customername, $customerphone, $customercomment, "From: PHPMailer\nReply-To: $customeremail\nX-Mailer: PHP/" . phpversion());
?>
all variables should be correct. I'm not getting any emails sent to me. I emailed the company to see if they support the mail() function, but what should I do then if they do not support that function.
I appreciate you guys' help.
Peace