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 > > A client is having trouble setting up SMTP services on their > > Windows NT machine so PHP can access it through the mail() function. > > > > SMTP is set to mail.theserver.com in the php.ini. > > Mail() works when set to a different mail server. > > PHP and the mail services are on the same machine. > > The SMTP server is open on port 25 and resolves locally. > > A MX record has been defined. > > If they're on the same machine, why dont you use > localhost instead? > > SMTP = localhost > > there's also a > sendmail_from = [EMAIL PROTECTED] > > entry in php.ini that's win32 specific > > /Martin -- 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]