\r\n"."Reply-To: ".$email."\r\n" ; $msg = "From: $name
Email: $email
Mobile: $mobile
Message: $msg"; $mail = mail($to, $subject, $msg, $headers); if($mail) { echo 'success'; } else { echo 'failed'; } } ?>