Hello,

On 07/17/2002 10:18 AM, Val Petruchek wrote:
> 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?

No you need to authenticate via POP3 protocol. You may want to try this 
PHP class for that purpose:

http://www.phpclasses.org/pop3class


-- 

Regards,
Manuel Lemos


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

Reply via email to