this is the mail body header subject and message
$headers = 'MIME-Version: 1.0' . PHP_EOL;
$headers .= "Content-Type: text/html" . PHP_EOL;
$headers .= "From: domin name" . PHP_EOL;
$subject = "1+1 Weekend Bonanza from Pizza Hut";
$message = "";
$message .= '<html>
message body
</html>';
*this is the mail function which i'm using.
mail($to, $subject, $message, $headers);*
My mail always go in the spam folder help me to send it in the inbox as it is very important to send them in the inbox pleae help me out.
Thanks for help in advance.
I'm unable to post the image as my reputation is low. in place of image i have written their is a image.