Create Email Cpanel from PHP

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
I'm pretty sure this is impossible. PHP has no way to communicate with cpanel.

What are you trying to do? Maybe there's another way.
 

stsights

New Member
Messages
159
Reaction score
0
Points
0
What I am trying to do is that when a user register to my site automatically creates an email account in my server, just to avoid to do it my self from cpanel and to let the user use the email account automatically when register.
Thanks
 

garrettroyce

Community Support
Community Support
Messages
5,611
Reaction score
249
Points
63
Well, you only get 10 email address (I think) when you sign up, I don't know if this will work that well for you. If your users just need to send, you can use the mail() function. I don't think there's too much you can do with receiving mail.
 

idontkno

New Member
Messages
49
Reaction score
0
Points
0
Well, you only get 10 email address (I think) when you sign up, I don't know if this will work that well for you. If your users just need to send, you can use the mail() function. I don't think there's too much you can do with receiving mail.

You get 5 and why would you want to create one anyways?
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
You can always sign up for google mail, or simply use aliases, such as SourceForge. Each member has a username@users.sourceforge.net, but it is not an real email account. It just forward all mail received to your personal email account.
 
Top