[PHP] How to get incoming emails captured by PHP ?

2006-05-10 Thread Adrian
Hi All I have been trying to have PHP capture incoming emails sent to a specific email account and have not been able to achieve this, I have searched high and low on the internet and the same article (http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914/index.html) is plastered

Re: [PHP] How to get incoming emails captured by PHP ?

2006-05-10 Thread Stut
Adrian wrote: I have my aliases file set up with the line: ade: |/usr/bin/php, |/wwwroot/www.domain.com/ade/email.php (The path to my PHP is correct) There should only be one | on that line. It should read... ade: /usr/bin/php /wwwroot/www.domain.com/ade/email.php And the script it

Re: [PHP] How to get incoming emails captured by PHP ?

2006-05-10 Thread John Nichel
Adrian wrote: Hi All I have been trying to have PHP capture incoming emails sent to a specific email account and have not been able to achieve this, I have searched high and low on the internet and the same article (http://www.evolt.org/article/Incoming_Mail_and_PHP/18/27914/index.html) is

Re: [PHP] How to get incoming emails captured by PHP ?

2006-05-10 Thread Stut
Stut wrote: Adrian wrote: I have my aliases file set up with the line: ade: |/usr/bin/php, |/wwwroot/www.domain.com/ade/email.php (The path to my PHP is correct) There should only be one | on that line. It should read... ade: /usr/bin/php /wwwroot/www.domain.com/ade/email.php D'oh,

RE: [PHP] How to get incoming emails captured by PHP ?

2006-05-10 Thread Adrian
mailer error 255 -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 10:51 AM To: Adrian Cc: php-general@lists.php.net Subject: Re: [PHP] How to get incoming emails captured by PHP ? Adrian wrote: I have my aliases file set up with the line: ade: |/usr

Re: [PHP] How to get incoming emails captured by PHP ?

2006-05-10 Thread Stut
Adrian wrote: Thanks, I changed the line to: ade: |/usr/bin/php /wwwroot/www.domain.com/ade/email.php And get this message back different but in essence the same I believe. I know the email.php doesn't do anything, I would love to get it there :) proving to be difficult :) - The

RE: [PHP] How to get incoming emails captured by PHP ?

2006-05-10 Thread Adrian
THANK YOU! That did it, its now working, thank you for your help. -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 11:03 AM To: Adrian Cc: php-general@lists.php.net Subject: Re: [PHP] How to get incoming emails captured by PHP ? Adrian wrote