How To Create email accounts on server?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
exile
Forum Newbie
Posts: 9
Joined: Tue Jan 06, 2004 1:39 pm
Location: USA

How To Create email accounts on server?

Post by exile »

how can i use php and create/delete email accounts on a server. I use ehostpros.com so i create them though cPanel. I want to automate it, i have a database and everything, only i cant actully create or delete the accounts. I also need to set a 5,10,20 meg quota.
linux based, pop3 server.
k_a_a
Forum Newbie
Posts: 9
Joined: Tue Jan 06, 2004 8:31 pm

Post by k_a_a »

Hi, a question though.

Why do you need to automate it? CPanel is already an automated interface for webmaster to create accounts etc. Are you planning to have lots of users everyday or are you planning to integrate with your website or something?

:)
exile
Forum Newbie
Posts: 9
Joined: Tue Jan 06, 2004 1:39 pm
Location: USA

Post by exile »

I have an email service, soon hosting. Problem is i have to create each account individually. I want to have them signup and create the account, not just email me so i can. if i can do this i can use a really nice database/php interface to manage them. Witch i have. So mainly i dont want to create every account by hand.
k_a_a
Forum Newbie
Posts: 9
Joined: Tue Jan 06, 2004 8:31 pm

Post by k_a_a »

So you want to offer webmail service for your visitors/users where they can signup and get the account.

Maybe you want to consider SocketMail Lite, I think they have want you want. Downside: its not free. But they have loads of features.

http://www.socketmail.com
exile
Forum Newbie
Posts: 9
Joined: Tue Jan 06, 2004 1:39 pm
Location: USA

Post by exile »

no i dont want to pay anything. i almost have the entire interface allready made. i need code, i cant use something like that. i will see if i can get it up enuf so you can see. maby thats what you need to understand.
Post Reply