On 04/02/2004 02:11 AM, John Taylor-Johnston wrote:
How might I email into my php script. I have created a little BBS and would like to combine the functionality of an emailing list, a bit like Yahoo groups.
Every time there is a post on my BBS, subscribed users get a copy. But, they would like to reply to the email, not click on a URL. When they email the list a message, how can I display it on my php-BBS page?
It is possible. How?
You can always make that e-mail Reply-To: header specify the address of a POP3 mailbox that you can poll regularly with a PHP script to fetch its contents and post in your BBS.
In that can you may want to try this POP3 class to fetch your messages:
http://www.phpclasses.org/pop3class
--
Regards, Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php