[PHP] win32 mail()

2002-07-17 Thread val petruchek

don't be afraid - it works perfect.

i mean mail() on win32 server

my question is - how to set up SMTP
authorization in php ini
(if smtp server requires pop auth)

is it possible or should i use direct smtp
connection?

--
Sincerely, val petruchek



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] win32 mail()

2002-07-17 Thread Jason Wong

On Wednesday 17 July 2002 21:18, val petruchek wrote:
 don't be afraid - it works perfect.

 i mean mail() on win32 server

 my question is - how to set up SMTP
 authorization in php ini
 (if smtp server requires pop auth)

Standard mail() doesn't do auth.

 is it possible or should i use direct smtp
 connection?

Have a look the the Pear mail.php or google for php smtp auth

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
The full impact of parenthood doesn't hit you until you multiply the
number of your kids by thirty-two teeth.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] win32 mail()

2002-07-17 Thread val petruchek

 Have a look the the Pear mail.php or google for php smtp auth

already done, but i've my own smtp class anyway.

i hoped to avoid rewriting code which used mail().

thanks

--
Sincerely, val petruchek
Jason Wong [EMAIL PROTECTED] ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
ÓÌÅÄÕÀÝÅÅ: [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Win32 mail()

2001-08-14 Thread Jerry Evans

Has anyone got this to work correctly with 4.0.6 ? If so I'd really
appreciate knowing the configuration etc.

Thanks

Jerry.



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




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]