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

Mass Update Domain Registrar Using SQL Query

This article provides a guide to mass update domain registrar using SQL query in WHMCS. To bulk...

Slow WHMCS Domain Spinner WHOIS Lookup

Slow WHMCS domain lookups are a source of frustration for some clients, as this, in turn, leads...

List of Banned Subdomain Prefixes

This article provides suggestions for the Banned Subdomain Prefixes field of WHMCS administrative...

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...