Jump to content

PHP Autoresponder based on subject line of emails


RockSplat

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.