Hello,
on 05/16/2005 10:59 PM Leonie said the following: > Does anyone know of an open source script available in php to accomplish > the following: > > A person sends an email to subscribe@xxxxxxxxxxxx, the email address is > saved to a mailing list. I have sendMail, Apache, PHP. Any ideas > would be appreciated.
All you need to do is to associate a POP3 mailbox to that account and regularly poll that mailbox for incoming subscribe requests.
You can fetch subscribe request messages for instance with a POP3 client like this one:
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