On Thursday 30 May 2002 21:49, Jackson Miller wrote:
> Is there a way to create IMAP accounts using PHP? I have looked through
> all of the IMAP functions in PHP and do not see one for creating a new
> account.
>
> I would like to create a new IMAP account when a user registers for a
> website account.

IMAP is only a protocol to access mail. There's nothing there which allows you 
to create mail accounts. The method for creating mail accounts would depend 
on which mail server you're using.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
I am NOMAD!
*/


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

Reply via email to