how can i use procmail for invoking php script whenever an email is received?
basically i want procmail to invoke and pass the contents of email to the php script,so that it can access database for querying according to the email and send the retrieved information from the database back to the procmail,which would send an email to that particular email address,from which email was received.
basically i want procmail to invoke and pass the contents of email to the php script,so that it can access database for querying according to the email and send the retrieved information from the database back to the procmail,which would send an email to that particular email address,from which email was received.
Comment