Create/Edit/Check cPanel Email Accounts from WordPress [closed]

I need a plugin (or other) recommendation to allow users to create email accounts, as well as change their passwords and check their email using WordPress.

I have a multi-author baseball website and I would like to allow authors to create their own email addresses at my domain name, if they like.

That being said, I do not want to create the email addresses myself. I do not want/need to know the authors’ passwords to the accounts and want them to know I respect their privacy.

Thanks.

1 Answer
1

I’ve successfully used this to enable users to create an email account and/or ftp account on cpanel from within a WordPress site.
Good luck, and let me know how it went.

There seems to be a small bug in the latest plugin version. You can easily fix it, I’ve described the steps below:

  1. Open your code editor
  2. Open up search and replace
  3. Select the plugin folder to search
  4. Search the source code for /cpanel_ops/
  5. Replace it with /cpanel-operations/
  6. Save your changes on these files

It should say that four instances have been replaced within 3 files:

  1. /cpanel_ops.php
  2. /email_form.php
  3. /ftp_form.php

Leave a Comment