Re: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-02-04 Thread DL Neil
> > > 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. > > > If they're on the same machine,

Re: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-02-03 Thread Steve Yates
> > 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. > If they're on the same machine, why dont you

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-28 Thread Martin Lindhe
> Hi Martin- > > Separating the parameters from the function call didn't work. > I think the problem is with the WindowsNT SMTP server. How > should the WindowsNT SMTP server be set up to make mail() work? > > Charlie Just set the SMTP directive in php.ini to the mail server you wish to use

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-25 Thread Charlie Killian
Hi Martin- Separating the parameters from the function call didn't work. I think the problem is with the WindowsNT SMTP server. How should the WindowsNT SMTP server be set up to make mail() work? Charlie > Could you try this out: > > $address = "[EMAIL PROTECTED]"; > $head = "From: PHP Test <[E

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-25 Thread Martin Lindhe
> Court- > No luck yet. Here is the call to mail(): > > $mr = mail("[EMAIL PROTECTED]", "subject", "Line 1"); > > Simple and straight forward. But I'm still getting the error: > Warning: Server Error in E:\Inetpub\wwwroot\ckmailtest.php on line 22 Could you try this out: $address = "[EMAIL PRO

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-24 Thread Shrock, Court
Weird...have you verified that you can send mail using the server specified in php.ini using another app --outlook express, netscape mail, mozilla mail, etc... >Court- >No luck yet. Here is the call to mail(): > >$mr = mail("[EMAIL PROTECTED]", "subject", "Line 1"); > >Simple and straight forward

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-24 Thread Charlie Killian
Court- No luck yet. Here is the call to mail(): $mr = mail("[EMAIL PROTECTED]", "subject", "Line 1"); Simple and straight forward. But I'm still getting the error: Warning: Server Error in E:\Inetpub\wwwroot\ckmailtest.php on line 22 Charlie > I had a similar error running in CGI mode on WinNT

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-24 Thread Shrock, Court
artin 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

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-24 Thread Charlie Killian
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 Wi

RE: [PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-24 Thread Martin Lindhe
> 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. > T

[PHP-WIN] Windows NT SMTP Set Up Help Needed

2002-01-23 Thread Charlie Killian
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