I have recently moved a PHP3 based website to a new server.
The PHP3 code uses an SMTP mail server via the Mail() command.
The php3.ini file contains the ip address of an smtp server.
The SMTP has the following attributes:
1. Running on NT4.
No authentication requirements (for the time being).
Is functioning OK as I have another website server (coldfusion based ) using it, and it sends emails OK.
When I run the PHP script, it displays:
"Warning: Server Error in xxx.php3 on line nnn"
The "line nnn" being the line where the mail command is located.
Is there any way I can get dignostic information? All the mail command returns is a BOOL.