hi,
I am wondering why suddenly email are not coming. Can anyone tell me
if somethings change i have to made in my code since it was perfectly
working few days before. we are using yahoo server so is there
anything changed recently?
my code is as follows :
mail("$tomail", "$subject", "$content") ;
NOTE: $tomail will have email id of person
$subject and $content are subject and content of
mail
I am wondering why suddenly email are not coming. Can anyone tell me
if somethings change i have to made in my code since it was perfectly
working few days before. we are using yahoo server so is there
anything changed recently?
my code is as follows :
mail("$tomail", "$subject", "$content") ;
NOTE: $tomail will have email id of person
$subject and $content are subject and content of
Comment