PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
It means PHP didn't find a sendmail binary when it was compiled.
Something like /usr/sbin/sendmail needs to exists at compilation. To fix it you'll need to install sendmail or qmail etc and recompile PHP.