View Single Post

  #2 (permalink)  
Old 05-09-2008
Jerry Stuckle
 
Posts: n/a
Default Re: How to create E-mail Users like Cpanel do

sriram wrote:
> Dear All,
>
> In my project users have to create their own email id in my website,
> in my server package we can create unlimited mail ids. Now the problem
> is how to create an email id in the server using PHP code, Plesk was
> developed in php and they can create email ids, the same thing i want
> to do with my code.
>
> My server is in Linux host
>
> Thanx in advance
>
> Regards,
> Sriram
>
>


It depends on how your host defines its email users. Chances are you
won't be able to do it yourself - certain modules in CPanel have
additional privileges which you don't have.

I guess you could use cURL to interface to CPanel to do it.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Reply With Quote