PDA

View Full Version : Catch email and do PHP code - how?



solcitoi
04-20-2009, 04:53 AM
Hello!
There is a way to Catch new income mail that immediately started a php page that procees this mail details?


Thanks!

AxlF
04-20-2009, 07:52 AM
Hello!
There is a way to Catch new income mail that immediately started a php page that procees this mail details?


Thanks!

There are two ways (which I know):

1) Run a cron php script that checks the income folder (need imap support in php)

2) create a forwarder and pipe it to the script. search the forum for "email piping"