I'd like to create email accounts (email@myserver.com) dynamically as well as access the email to check and send mail. I currently use Codeigniter as my framework, but I couldn't find any working libraries to do this.
I've looked online and it appears Zend Framework can check your emails, I don't know if it can create email accounts though. From my research it appears that I can only create accounts through the cpanel or plesk api's. Are there any frameworks then with cpanel api libraries I can get?