Hello,

On 05/11/2002 10:20 AM, Randum Ian wrote:
> Hi all,
> 
> I want to be able to allow certain people the ability to email news directly
> onto a page using the address [[EMAIL PROTECTED]] but only if they are
> verified on a db. Please can someone explain what I need to do or where I
> need to look so that I can grab the email as it comes in and add it to a
> file so that it appears on the website.

Create a POP3 mailbox for that address and use for instance a class like 
this to fetch and process the messages that come in:


http://www.phpclasses.org/pop3class

-- 

Regards,
Manuel Lemos


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

Reply via email to