> 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]

Reply via email to