When I use mail ( ) function correctly, I am prompted to "RECEIVE FIRST BEFORE SENDING " and hence I authenticate by receiving mail first by a mail client !!. Then mail ( ) works . How to make it work with out giving such prompt to me.I use the mail ( ) function correctly and it works , otherwise.
Example of what I used :-
<?php
mail("he_she_it @yahoo.com",
"How Are You, Pl. Offer Solution to",
"Will It Work with out telling me RECEIVE FIRST BEFORE SENDING", "From: "i_we_you@redif fmail.com"\r\nR eturn-Path: "iweyou@rediffm ail.com"\r\n");
?>
Example of what I used :-
<?php
mail("he_she_it @yahoo.com",
"How Are You, Pl. Offer Solution to",
"Will It Work with out telling me RECEIVE FIRST BEFORE SENDING", "From: "i_we_you@redif fmail.com"\r\nR eturn-Path: "iweyou@rediffm ail.com"\r\n");
?>
Comment