Helllo I test this simple email script on webserver but still they not sending the mail.pls checked my code /*<?php $to = "madison.joke@..."; $subject = "Test mail"; $message = "Hello! This is a simple text email message."; $from = "madison@..."; $headers = "From: $from"; mail($to,$subject,$message,$headers); echo "Mail Sent."; ?>*/