> > > 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,
> > 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
> 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
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
> 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
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
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
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
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
> 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
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
11 matches
Mail list logo