RE: [PHP-WIN] sending pop3/imap mail

2001-02-05 Thread Bikes
Subject: [PHP-WIN] sending pop3/imap mail I'm trying to get a pop3 webmail script working and have been getting runtime errors. I believe I've tracked down the problem to the imap extention. What are the appropriate steps to get php to work with IMAP and pop3 mail working on windows 2000 wit

Re: [PHP-WIN] sending pop3/imap mail

2001-02-04 Thread Alain Fontaine
Hi, 1. Have you loaded the required imap DLL in php.ini ? 2. Make sure your extensions path is set correctly in php.ini ""Paul R. Edelkamp, Jr."" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > I'm trying to get a pop3 webmail script working and have been getting > runtime

[PHP-WIN] sending pop3/imap mail

2001-02-03 Thread Paul R. Edelkamp, Jr.
I'm trying to get a pop3 webmail script working and have been getting runtime errors. I believe I've tracked down the problem to the imap extention. What are the appropriate steps to get php to work with IMAP and pop3 mail working on windows 2000 with IIS? I'd appreciate any help, especially a ste