Custom Mailing System

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
User avatar
dclamp
Forum Commoner
Posts: 35
Joined: Sun Sep 17, 2006 10:05 am

Custom Mailing System

Post by dclamp »

Hello all

I am looking to create an webmail system (ie: hotmail and yahoo). I want to have my own mail script (ie: Squirrel Mail and Horde). I am not quite sure how to do this.

I have cpanel access, but i want to have my php script create the accounts.

Thanks,
dclamp
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

My advice would be to not do it.

If you really insist, you'd probably end up using cURL to send HTTP requests to the cPanel interface to make new accounts.
Post Reply