php.ini sendmail_path directive in Mac OS 10.4.8
I am taking a PHP progamming with MySql course and am working with email forms. My book tells me to edit my php.ini file and assign the path where sendmail is installed to the sendmail_path directive.
In an old discussion forum I found that this would be:
sendmail_path = /usr/sbin/sendmail -t -i
in the php.ini file.
But does OS 10.4.8 even use Sendmail? I did not find sendmail in the sbin directory.
What would be the correct way to configure my php.ini file to be able to work with PHP e-mail forms?
Any information or suggestions much appreciated.
Best,
Shelley
Power PC G4, Mac OS X (10.4.8), PHP Version 4.4.1, MySQL Client API version 4.1.13a, Apache/1.3.33 Server