Hello,
I\'m new to x10 hosting, but i have used other hosts in the past. I really like this service, but the thing that bothers me is that the php mail doesn\'t seem to work. I need to use the function on my contact page. Below is a copy of my code:
$msg=\"$name ($email) said: \\n\".$message;
$to=\"zeldaworld0@gmail.com\";
$sent=mail($to, $subject, $msg, \"From: contact@zeldamaster.net\");
if($sent){
echo \'Message Sent.\';
}
else{
echo \'Sorry, there was an error in sending your message.\';
}
Can you help me out here? I keep getting the error message, is it something to do with the PHP configuration or SMTP?


LinkBack URL
About LinkBacks

