Re: [PHP] Win32 - Mail & SMTP ???

2001-01-29 Thread Chris Hayes



a listmember claiming to be Jon Shoberg wrote: 
> I have PHP-4.0.1 running on my Win200 Pro devel box though the IIS DLL and
> SMTP services running. I have SMTP enabled on this machine and have outlook
> express configured to send mail though the local SMTP service.  I simply told
> O.Express the outgoing mail server was my machine (just told it the machine
> name).
> 
> Now to the PHP stuff 
> 
> I can't seem to get the mail function to work. A server error gets returned.
> I am trying to run a simple script though the PHP.EXE executable. I've tried
> editing the php.ini with the SMTP being localhost, my machine's name, and IP
> address ... I keep getting the same error. both PHP.EXE and PHP.INI reside in
> c:\winnt\system32 so there should not be a path problem 

And outlook works?

What did you fill in in php3.ini at
SMTP=   
sendmail_from   =   
?

Is the server error more specific?
Chris





--  C.Hayes  Droevendaal 35  6708 PB Wageningen  the Netherlands  --


 

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




[PHP] Win32 - Mail & SMTP ???

2001-01-27 Thread Jon Shoberg

I have PHP-4.0.1 running on my Win200 Pro devel box though the IIS DLL and
SMTP services running. I have SMTP enabled on this machine and have outlook
express configured to send mail though the local SMTP service.  I simply
told O.Express the outgoing mail server was my machine (just told it the
machine name).

Now to the PHP stuff 

I can't seem to get the mail function to work. A server error gets returned.
I am trying to run a simple script though the PHP.EXE executable. I've tried
editing the php.ini with the SMTP being localhost, my machine's name, and IP
address ... I keep getting the same error. both PHP.EXE and PHP.INI reside
in c:\winnt\system32 so there should not be a path problem 

any thoughts ??

thanks

-j


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