I've been working on this for a couple days now, I'm sure it's something easy, but I don't see it. I'm just trying to send an email using the mail() function. I have done this in the past using PHP but it's been a couple years.
I have Sendmail on my machine (pre-installed in OS X) but don't know if it's configured right. I have tried a few different PHP scripts, a couple from these forums, and am still not getting any mail sent. I have also tried a script that is working on a different box.
Does anyone know of a way I can test Sendmail without PHP to see if there is a problem there? Or any advise otherwise?
Mac OS X 10.4
PHP 4.3.10
phpinfo() sendmail path /usr/sbin/sendmail -t -i
Thanks.