March 6th 2008
How To Mass Create Email Addresses In cPanel
Creating a lot of email address in cPanel can be a real pain the neck considering that there is no way to create multiple email addresses at once. However, this task can be accomplished with iMacros, a macro plugin for Firefox, and a bit of php.
If you don’t have iMacros installed, get it here. Once you get that installed, here are the steps.
Create your iMacros Script
Here is where you need some php skills. You’ll need a list of your email addresses (username only), and passwords. These should be in a comma separated list like this:
jamese,sup3rs3cr3t
maxp,sh0p3rs7ar
jeremys,madsk1llz
Read on to get the php script…
