I can't get it to work. I get the echo to show up but never receive a email. if($blankpostage) { $to = "Rick Dahl <dmbserver@hotmail.com>"; $subject = "Online B+P Request"; $body = "Show ID = " . $id; mail($to, $subject, $body); echo "sadflkjaflkasdj"; } What am I doing wrong? Rick