Results 1 to 4 of 4
Hi, im using slackware 10.1 i have a website written in php where im using mail() i know there have to be included imap in the php. Could anyone send ...
- 03-15-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 2
PHP-imap
Hi, im using slackware 10.1 i have a website written in php where im using mail() i know there have to be included imap in the php. Could anyone send here a link where can i get it + apache2 ? And how to get working a have tried installing some versions before, apache worked ok but it didnt recognize the php i could only download the files which were there.
- 03-16-2005 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
You don't need imap for the mail() function, you need sendmail or a compatible mail program. You might have to enable it and/or set the path to sendmail in your php.ini.
- 03-16-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 2
Do you know where to get imap version for slackware ?
- 03-16-2005 #4Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
You can get imap from here, but like I said that is not what you need for mail() to work...


Reply With Quote