0

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)

Community
  • 1
  • 1

1 Answers1

0

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

Tango Bravo
  • 3,221
  • 3
  • 22
  • 44