|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Looking for script
I'm looking for a serverside PHP script that POPs my email account every 20 minutes or so. The purpose is to keep my SMTP open since my host has enabled the POP before SMTP.
Thank you |
|
#2
|
|||
|
|||
|
Did you try simply using...
Code:
$mbox=@imap_open("{".$server."/pop3:110}",$useraddr,$password);
where $server is the name or IP of your host and $useraddr is either your username or username@host??? |
![]() |
| Viewing: Dev Shed Forums > Other > Project Help Wanted > Looking for script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|