Hi,
I am using the following php feature: imap_createmailbox
I have this problem though, it asks for login details on the code i am using.
$mbox = imap_open("{your.imap.host}","username","password",OP_HALFOPEN)
I am unsure what i should login with? I have tried with my domain user name/pass and another mail account. I am trying to make it so a user can creat a pop3 account for the selves off my site. Hope you can help,
thanks,
Joe