Forum Moderators: coopster
$to = "webmaster@example.com";
$subject = "Test mail";
$message = "Hello! This is a simple email message.";
$from = "webmaster@example.com";
$headers = "From: $from";
mail($to,$subject,$message,$headers);
Any ideas on what I can do? Thanks,
[edited by: dreamcatcher at 6:43 pm (utc) on Nov. 2, 2009]
[edit reason] use example.com. Thanks. [/edit]