Click to See Complete Forum and Search --> : [RESOLVED] Automatic email creation in cpanel ----PHP
Hi friends
Is it posssible to create an email account in the cpanel without manualy logging in ? I want to create a php script which logs into the cpanel and create an email account . I hope i would get a solution form u guys
Thanks
NogDog
08-01-2006, 03:05 AM
Possibly by using the Curl extension. Alternatively, if you have access to the database that cpanel uses, you could just directly insert into it with PHP's database functions.
The problem is that i don't know where the database of the Cpanel is? Do you know where it would be, I looked at the mysql databases but i there is no database for cpanel.
I'm not sure if this is what you're looking for but check this one out (http://www.zubrag.com/scripts/cpanel-create-email-account.php).
Thanks for your replay i will check and let You know
Thanks for all i got the solution .
Thanks Lee your script very usefull for me
VssP