Catch email and do PHP code - how?

solcitoi

New member
Joined
Apr 20, 2009
Messages
3
Hello!
There is a way to Catch new income mail that immediately started a php page that procees this mail details?


Thanks!
 
Last edited:
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"
 
Back
Top