How to Block WhatsApp Numbers and Emails

Manage blocked users and blacklist specific phone numbers or email addresses globally from receiving automated WhatsApp alerts, emails, or OTP pings.

4 min read·Updated May 30, 2026
How to Block WhatsApp Numbers and Emails

Managing audience list compliance is critical for automated communication systems. The Block Manager panel (Access Control) provides a local blacklist mechanism inside your WordPress site, allowing you to suppress automated outbound transactional and marketing traffic to specific recipients instantly.

By adding phone numbers or email addresses to your blocklist, Wawp intercepts outgoing payloads before they leave your server, protecting your API balances and respecting user opt-out choices.



1. Blocked Phone Numbers Tab

This tab manages phone numbers that are restricted from receiving any system notifications, order alerts, or verification OTP codes.

Blocked Phone Numbers Tab overview
Blocked Phone Numbers Panel

Review and manage all phone numbers blocked from receiving outbound messages, verification codes, or OTPs.

Keywords: blocked phone numbers, block manager tab, phone blacklist

Adding a Phone Number

  1. Navigate to the Blocked Phone Numbers tab.
  2. Input the target number into the interactive Phone Input field.
  3. Click the Add button.
Adding a phone number to blacklist input field
Add Phone Number form

Enter the phone number with country code and click Add to restrict access.

Keywords: add blocked number, manual block phone, block manager inputs

Live Input Validation

  • Format Verification: The plugin processes the number through its enqueued validation rules to ensure country code and dialing key compliance.
  • Validation Badge: Displays the validation status in real-time beneath the input (e.g., Valid Phone Number in emerald green or Invalid Phone Number in rose red).
Live phone number validation status badge
Phone format validator

Real-time validation confirms if the phone format conforms to E.164 requirements before blocking.

Keywords: phone format validation, phone number helper text, live input check

restricted List Controls

  • Restricted Counter: A stats badge displaying the exact number of phone numbers currently blacklisted.
  • Search-Like Card Grid: Blocked numbers are organized in an easy-to-read grid. Each blocked number card displays a phone icon, a monospace font layout of the full E.164 number, and a hover delete option.
  • Clear All Option: A red text trigger allowing administrators to wipe the entire phone blocklist with a single click.
  • Unblocking Numbers: Hover over any card and click the X icon to remove the restriction and immediately restore delivery capabilities.

All blocked phone numbers are compiled into a newline-separated string and saved in your WordPress database under the option key: wawp_block_list.

Complete Account and Access Ban When you block a user's phone number or email address, Wawp automatically propagates the block to all associated credentials for that account. Specifically:

  • Phone Block: Blocking a phone number will automatically restrict the associated account and its linked email address.
  • Email Block: Blocking an email address will automatically restrict the associated account and its linked phone number.

This restriction goes beyond suppressing outbound message or email delivery; it completely blocks the user from interacting with the website (including logging in, performing OTP checks, registering, or placing orders).


2. Blocked Email Addresses Tab

This tab manages email addresses restricted from receiving automated newsletters, order transactional updates, or SMTP-routed email alerts.

Blocked Email Addresses Tab overview
Blocked Emails Panel

Blacklist individual email addresses from receiving newsletters, transaction updates, or alerts.

Keywords: blocked emails, email blocklist manager, blacklist email address

Adding an Email Address

  1. Navigate to the Blocked Email Addresses tab.
  2. Enter the email address into the input field.
  3. Click the Add button.

Frontend Format Validation

Wawp validates the input format using a strict client-side regular expression before adding it to the list:

/^[^\s@]+@[^\s@]+\.[^\s@]+$/

If the entry does not match standard email syntax (e.g. missing @ or domain suffix), Wawp blocks the addition and prompts a toast error.

Restricted Email Controls

  • Restricted Emails Counter: Displays a numerical badge showing the total number of blocked email addresses.
  • Email Grid Layout: Renders each blocked address as a clean, hover-interactive white card featuring a mail icon.
  • Clear All Option: Instantly purges the entire email blacklist database.
  • Unblocking Emails: Click the hover-triggered X delete button on any email card to lift the routing ban.

All blocked email addresses are compiled and stored as a newline-separated string in your WordPress database under the option key: wawp_block_email_list.


3. Automated Keyword Opt-Outs (Wawp.net Cloud Suppression)

If you want to configure automated keyword suppression policies (e.g., automatically blocking users who message you "STOP" or re-subscribing users who message you "START"), these behaviors are governed by Wawp's central cloud suppression engine.

For a detailed tutorial on configuring automated opt-out keywords and managing subscriber compliance, please refer to the Wawp Suppression & Opt-Out Management Guide.

Share this article:

Did this page help you?
100% found this article helpful (0 likes)