I had a similar error running in CGI mode on WinNT. I ended up taking apart my call to mail() until it worked. A simple call with dummy values and no extra headers would work, but what I wanted would not. I traced the cause to the bcc header. Also, I noticed that the cc header does not work either on the windows cgi version. I even noticed that the case of the Cc and Bcc headers changed the errors that I received.
Don't know if this helps....good luck, Court -----Original Message----- From: Charlie Killian [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 8:47 AM To: Martin Lindhe; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed I'm still receiving the error: Warning: Server Error in E:\Inetpub\wwwroot\ckmailtest.php on line 22 The SMTP and sendmail_from configuration are set correctly. I know this because when I change SMTP to a third party SMTP server the script works. However, I still can't get the mail services on WindowsNT and PHP on the same machine to connect. Is there any security features in WindowsNT that I should update? Charlie -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]