Re: [PHP] PHP/cron fetching and processing email from a POP3 account

2002-07-12 Thread Chris Hewitt
D. Reid Wilson wrote: >I would like to write a PHP script that fetchs email from a POP3 account and >then processes it based on the content of the email, such as writing it to a >CRM database or confirming an ezine subscription. I would then run the PHP >script via a cron job every ten minutes or

[PHP] PHP/cron fetching and processing email from a POP3 account

2002-07-12 Thread D. Reid Wilson
I would like to write a PHP script that fetchs email from a POP3 account and then processes it based on the content of the email, such as writing it to a CRM database or confirming an ezine subscription. I would then run the PHP script via a cron job every ten minutes or so. I've looked at the P