Thursday, June 16, 2016

cPanel Email Account Creator In PHP

This php script Create new email accounts on cPanel based hosting with just typing all the required data in URL. No need to login to cPanel. Provide cPanel login and password once, and just use this script each time you need new email account.
Will show input form if ran without parameters. Can be setup to avoid spam using CAPTCHA.

Usage:
  • Update script with your cPanel login, password, skin (once)
  • When running script to create new email account, provide following data:
    • user - new account name
    • pass - password for new email account
    • domain - email domain (optional)

    Download cPanel Email Account Creator PHP Script