Get in Touch!
Have a project you want my help with? Please fill out the following form or contact me at hello@melissadowell.com
the form again.";
}
else{
$from="From: $name<$email>\r\nReturn-path: $email";
$subject="Message sent using your contact form";
mail("youremail@yoursite.com", $subject, $message, $from);
echo "Email sent!";
}
}
?>