I have a php page that has been working fine emailing its contents.
We have just noticed it is no longer sending email. Or I should say we are not receiving the emails we should.
Has this functionality been stopped from php pages lately? Maybe a change of php version?
The line is:
mail ("[email protected]",$_POST['subject'],$htmlbody1.$htmlbody2.$htmlbody3,$dscheaders)
Mike.
We have just noticed it is no longer sending email. Or I should say we are not receiving the emails we should.
Has this functionality been stopped from php pages lately? Maybe a change of php version?
The line is:
mail ("[email protected]",$_POST['subject'],$htmlbody1.$htmlbody2.$htmlbody3,$dscheaders)
Mike.