$to='yourname@yourdomain.com';// Add your email address in between the '' replacing yourname@yourdomain.com - This is where the form will send a message to.
$email_body="You have received a new message from your website contact form.\n\n"."Here are the details:\n\nName: $name\n\nEmail: $email_address\n\nPhone: $phone\n\nMessage:\n$message";
$headers="From: noreply@yourdomain.com\n";// This is the email address the generated message will be from. We recommend using something like noreply@yourdomain.com.