|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to get mail using php
Hey everyone,
I know how to send mail via the mail function, but how do I get mail that is on the server? Thanks
__________________
Nothing is Everything
|
|
#2
|
|||
|
|||
|
You can get at mail (whether its pop3 or imap) using the php imap extension.
-KM- |
|
#3
|
|||
|
|||
|
ahhh yes imap i remember hearing about that. Does that come packaged with php or is it a dll i have to get somewhere. Could you just write a few instructions on how to install it and to check it is there. Thanks so much
|
|
#4
|
|||
|
|||
|
If you're working under windows you can enable it by opening php.ini and uncommenting the line referring to the imap library under extensions (don't forget to restart apache or whatever webserver you're working on after doing this).
If you're working under linux it needs to be compiled into php which I can't claim to know anything about. If this is the case I'm sure someone else on these boards will be able to shove you in the right direction. -KM- |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > How to get mail using php |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|