Tyler
Tyler

Reputation: 3813

What PHP frameworks can create/access email accounts?

I'd like to create email accounts ([email protected]) 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?

Upvotes: 2

Views: 249

Answers (1)

René Höhle
René Höhle

Reputation: 27295

You can see in the comments the correct answer. Plesk provides a XML-API

Plesk PHP API How to use
Creating an A-Record with Plesk API
Autoinstallation Wordpress by Plesk API in subdomain

here are some sites how to use it and some hits. Here on Stackoverflow are some posts that can help you with your problem.

Upvotes: 1

Related Questions