K keefe007 Verified User Joined Dec 25, 2004 Messages 282 Apr 5, 2007 #1 I have a customer who wants me to create 500 email accounts under one domain. Is there any easy way to do this?
I have a customer who wants me to create 500 email accounts under one domain. Is there any easy way to do this?
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,333 Location California Apr 5, 2007 #2 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
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
panamaspace Verified User Joined Aug 4, 2005 Messages 51 Location Panama, Panama Jan 2, 2008 #3 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?
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?
panamaspace Verified User Joined Aug 4, 2005 Messages 51 Location Panama, Panama Jan 2, 2008 #5 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"a=500 You must be "logged-in" to be able to do it on the browser.
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"a=500 You must be "logged-in" to be able to do it on the browser.