Mailster allows managing all your subscribers inside your WordPress installation. They are stored in tables in the same database as the regular tables from WordPress.

On the subscriber’s overview page, you can find all your subscribers sorted by their status.

Search subscribers

You can search for certain subscribers by using the search input field on the upper right.

Search modifier

You can use some modifiers to limit the results of your search:

SearchtermInfo
My search termThis will return subscribers with “My”, “search” OR “term” in either their email address, hash, name or any custom field.
My +search +termTo force an AND connection use a plus sign before each term.
"My search term"This will return subscribers with “My search term” in either their email address, hash, name or any custom field.
My search term -uglyThis will return subscribers with “My”, “search” OR “term” in either their email address, hash, name or any custom field but not with “ugly” on one of these fields.
term?Finds either “term” OR “terms”
term*Finds anything that starts with “term” e.g. “term”, “terms” OR “Terminator”.

Searches can be very time-consuming especially with a large subscriber base!

Filter subscribers

Next to the search function, you can also filter your subscribers by applying conditions to them. Click on the “Filter” button on the top right of your subscriber’s overview page to reveal the filter modal.

Bulk Actions

You can run some bulk actions on all selected subscribers.

  1. Select subscribers
  2. Choose the bulk action
  3. Click on “Apply”
ActionInfo
DeleteDeletes all selected subscribers but keeps their activities by un-assigning the subscriber info.
Delete (with Activities)Deletes all selected subscribers including their activities.
Send new CampaignSend a new campaign to selected subscribers.
Resend Confirmation(Re)sends the confirmation message (for double opt-in) if needed.
VerifyRuns a verification on the selected subscribers. Helpful if you have implemented custom verification.
change statusUpdates the status of the selected subscribers.
add to listAdds selected subscribers to the chosen list.
remove from listRemoves selected subscribers from the chosen list.
confirm listsConfirms pending subscriptions to the chosen list (without confirmation email).
unconfirm listsUnconfirms subscriptions to the chosen list (may force confirmation email).