the form again."; } else{ $from="From: $name<$email>\r\nReturn-path: $email"; mail("dev.directq@gmail.com", $subject, $message, $from); echo "Email sent!"; } } ?>