This is the mail settings in the php3.ini file for my server -- these settings are the same on all of my servers -- this particular server is the only server that mail does not work on:
[mail function]
SMTP = localhost ;for win32 only
sendmail_from =me@calhost.com ;for win32 only
sendmail_path = ;for unix only, may supply arguments as well (default is sendmail -t)
Whenever I try to use the mail function on this server the following error message is received:
Warning: mail() is not supported in this PHP build
The Unix Tech says the problem is the setting in the php.ini file -- is he correct? The file is the same as all the other servers and the mail function works on those servers.