i a creating a enquery form on my website but i am ot able to use php mail function. i try this code but mail not sent to my id. please suggest me how can i correct this code.
Code:
<?php
}else{
if (isset($_POST["from"])) {
$email_a = $_POST["email"];
$headers = "From: ".$email_a. "\r\n" .
Leave a comment: