Possible Duplicate:
Postfix: Send email to PHP
I want a php script to be executed when i receive an email to an account associated with my domain.
My site is hosted on Apache with php is using Google Apps(Free)
Possible Duplicate:
Postfix: Send email to PHP
I want a php script to be executed when i receive an email to an account associated with my domain.
My site is hosted on Apache with php is using Google Apps(Free)
Look into procmail. That offers the type of functionality that you're looking for. It's a linux package, but it does what you need.
Here's a good tutorial to get you started: http://userpages.umbc.edu/~ian/procmail.html#gettingstarted