RockSplat Posted December 20, 2009 Share Posted December 20, 2009 Hello! I am looking for a PHP app that would monitor a mailbox and autoreply to messages based on subject lines. I am hoping to find something that would constantly monitor a mailbox. This would be very similar to a simple Outlook Express message rule. It would be used for multiple different subject lines. 1) Message comes in with subject line 'xyz' they get response for 'xyz' 2) Messages comes in with subject line '123' they get response for '123' Are there any free PHP apps out there that I could use for this? Thanks for the advice! Happy Holidays Quote Link to comment Share on other sites More sharing options...
cags Posted December 21, 2009 Share Posted December 21, 2009 I don't believe this can be achieved by PHP alone. You could create a PHP script for checking the mailbox and then call it every x amount of time using something like cRON jobs. This of course depends on your server set-up. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.