niche Posted July 25, 2012 Report Share Posted July 25, 2012 (edited) I'd like to automatically respond to emails with a specific subject. Generally, how's that done? Is there an email reader that I should use that will simplify this task? Edited July 25, 2012 by niche Link to comment Share on other sites More sharing options...
justsomeguy Posted July 25, 2012 Report Share Posted July 25, 2012 There are various libraries you can use to check email accounts, but it's up to you to write the code to check it and process the emails like you want. I've used the imap functions in PHP to check an account that supports imap. 1 Link to comment Share on other sites More sharing options...
niche Posted July 25, 2012 Author Report Share Posted July 25, 2012 (edited) Goes without saying about the code. That's why I only requested general guidance. Looks like the imap functions will do nicely. Thanks justsomeguy. Edited July 25, 2012 by niche Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now