Bulk Add Banned Emails in WHMCS

This article provides a guide for how to bulk add Banned Emails in WHMCS.

WHMCS Banned Emails is the list of domains for which email addresses cannot register accounts. This is useful to prevent any user from signing up with temporary email addresses.

How to Bulk Add Banned Emails in WHMCS

To bulk add Banned Emails in WHMCS, follow the steps below:

  1. Login to cPanel server of your WHMCS.
  2. Navigate to phpMyAdmin.
  3. Select your WHMCS database.
  4. Click "SQL" to input query.
  5. Enter the following query:
    INSERT INTO tblbannedemails (domain)
    VALUES
    ('domain1.com'),
    ('domain2.com'),
    ('domain3.com');
    Replace 'domain1.com', 'domain2.com' and 'domain3.com' with your preferred values.

You can use this format to bulk add Banned Emails in WHMCS via SQL query.

  • whmcs, spam prevention, fraud protection, banned emails
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Synchronize Server Time with WHMCS

This tutorial provides a step-by-step guide for synchronizing server time with WHMCS billing...

Remove STRICT_TRANS_TABLES in SQL Mode for WHMCS

WHMCS, a billing and support software for the web hosts, may experience a conflict with default...

Get WHMCS Support

This article provides a guide for how to get WHMCS support for licenses purchased from Rad Web...

How to Enable Subdomain Options for a Product in WHMCS

This article provides a guide for how to enable subdomain options for a product in WHMCS. While...

How to Setup WHMCS Development and Testing Environment

Creating a testing and development environment will let you verify all of your customizations...