web242
06-10-2011, 08:03 AM
<?php
$ADDR = "xxxxxx@gmail.com";
if (mail($ADDR,"Testing","This is a test"))
echo "Mail function succeeded<br />";
else
echo "Mail function FAILED<br />";
?>
php mail is not working
is there a php ini setting related to php mail function
i am using 0fees.net free hosting
i hav tested many scripts from simple to advanced with headers and html too
nothing seems to work
would be great if someone using 0fees.net could help me with it
$ADDR = "xxxxxx@gmail.com";
if (mail($ADDR,"Testing","This is a test"))
echo "Mail function succeeded<br />";
else
echo "Mail function FAILED<br />";
?>
php mail is not working
is there a php ini setting related to php mail function
i am using 0fees.net free hosting
i hav tested many scripts from simple to advanced with headers and html too
nothing seems to work
would be great if someone using 0fees.net could help me with it