Hello,

First of all, I really didn't know which category to put this in. PHP was the best bet :p

I'm trying to find out is it possible to have automatic response sent out based on keyword in e-mail body and/or title.

Fore example, I receive email which contains word "orange" and and auto responder sends back text: http://site.com/orange

Thank you.

On some hosts, you can "pipe" mail to your php program and it can then inspect the info and take whatever action is required (e.g. send an email). This isn't allowed by some web hosts so the other alternative would be to read the mail file on a regular basis and then do what you have to do. You can probably find lots of info on this doing a search. One article is linked below:
http://www.evolt.org/incoming_mail_and_php

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.