RE: Re: automatic responder

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Matthew Weier O'Phinney wrote:
> * Manuel Lemos <mlemos@xxxxxxx>:
>> On 11/26/2004 03:58 PM, Alessandro Rosa wrote:
>>> How about coding an automatic responder via PHP ?
>> 
>> The most portable solution is to have a POP3 mailbox associated with
>> the e-mail address to which the messages are received and use a POP3
>> client to access and process the message replying to it if that is
>> the case.
> 
> or IMAP... or use something like procmail or maildrop to pipe an
> incoming message to a PHP script that then processes and responds to
> it (my preferred method).

Or if using sendmail alias an address to a php script:

username: "|/usr/local/bin/your_script.php"

I'm sure other MTA's support this as well...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux