i have a code which Send updates to members in my site to their email Address.
it working all the time,Suddenly i noticed its no longer working..
what might be the Course of this....
i used the function to send different updates to members and in all the sectors its not working))
help me to overcome this.
here is the script:
$from="From:shule@shule.com\r\n";
$to="$email";
$subject="$loggain Accepted your friend request on Kislat.Com ";
$content="$loggain Accepted your friend request on Kislat.Com
to view your friend click http://www.shule.com";
//$password=$_POST['password'];
if($content){
mail($to, $subject, $content,$from);
echo"Your accepted a friend request";
}