Hello, on 01/14/2006 02:55 PM Sean Lerner said the following: > I'd like an email received to [EMAIL PROTECTED] to trigger a > php script.
Although it is not exactly the same thing, wouldn't it be simpler to associate a POP3 mailbox to that address and regularly poll the mailbox in PHP? I do that everytime to handle messages that need to be processed programaticall. I use for instance this class to poll a POP3 mailbox: http://www.phpclasses.org/pop3class -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php