is this server php mail() enabled??
mail() enabled?
| pecad0re wrote: |
| is this server php mail() enabled?? |
yeah it works all the time i use it.
use this code
if(mail(all arguments))
{
echo("works");
}
else
{
echo("doesn't work");
}
and it shall answer you
if(mail(all arguments))
{
echo("works");
}
else
{
echo("doesn't work");
}
and it shall answer you
