Bulk email account creation

keefe007

Verified User
Joined
Dec 25, 2004
Messages
291
I have a customer who wants me to create 500 email accounts under one domain. Is there any easy way to do this?
 
The DirectAdmin API has a call for creating an email account; so you can write a PHP program to loop and do this for you.

Jeff
 
Just ran into the same thing

I need to create 100 accounts quickly on a new domain.

Have them ready on a spreadsheet... anybody ever come up with a script for this?
 
Actually, Excel came to the rescue

Sad but true.... took the emails from a excel colum, stripped out the domain name and created the string to call the API... from the browser.

Then clicked them one by one.

It would have taken longer to code for this particular case.

http://example.com:2222/CMD_API_POP...mple.com&user=baron&passwd=changeme&quota=500

You must be "logged-in" to be able to do it on the browser.
 
Back
Top