php mail() isn't working.
- by Tristan
Hello,
i just figured out that the mail() function isn't working
i'm under Debian, i installed postfix because a friend told me to (although i didn't configure it).
When i do a phpinfo() i've got :
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
but in this directories i don't have anything like sendmail
Do you have an idea, on what i should do to get mail() working ?
Thank you