hi guys,
i found a php mail class on phpclasses i just want to know how can i receive email after specific time.
Allright, let me be more clear, i want that as soon as user sends an email to a particular email address, the reply for a thread is posted. So for that purpose i want my script to check for the new emails, there are two ways to do that, which i could think of.
1) I click a button manually everytime i need to check for new emails.
2) Cron jobs
Guys none of the two options are seem to be feasible at this stage, can there be some other way to do that.. I just want a listener who can listen to my incoming emails and perform an action in return of it ..
cheers !!
Realin !
i found a php mail class on phpclasses i just want to know how can i receive email after specific time.
Allright, let me be more clear, i want that as soon as user sends an email to a particular email address, the reply for a thread is posted. So for that purpose i want my script to check for the new emails, there are two ways to do that, which i could think of.
1) I click a button manually everytime i need to check for new emails.
2) Cron jobs
Guys none of the two options are seem to be feasible at this stage, can there be some other way to do that.. I just want a listener who can listen to my incoming emails and perform an action in return of it ..
cheers !!
Realin !
Comment