Good day all,
About 3 years ago i wrote a simple mail script for our site and it has worked wonderfully unitl about a month or so ( i really am not sure ).
it seems that what ever info is sent to the mail function it always returns false.
even trying this:
<?php
if ( mail ( "me@myemail.com", "testing", "god dam if this works" ) )
{
Echo "why did this work";
}
else {
echo "still broken";
}
?>
Mail is still returning false.
PHP varailables on server:
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
I don't think anything on the server has changed.
My question is if anyone knows of the mail always false ( no emails sent )?
Thanks to all.
