Skip to main content

List

The Mail Service List displays all the mail services that have already been created.
Users can view, edit, or delete mail services from this screen.

-- SQL query
--

Columns in the List

  1. Domain

    • Displays the domain associated with the mail service.
    • Sortable column.
     -- SQL query
    --
  2. Service

    • Shows the selected mail service provider: Postmark, Mailgun, or Hypermail.
    • Sortable column.
     -- SQL query
    --
  3. Status

    • Displays the current status of the mail service (Active, Inactive, or Blacklisted).
    • Sortable column.
     -- SQL query
    --
  4. Reputation

    • Shows the reputation score or category of the mail service (e.g., Good, Average, Poor).
  5. Email Count

    • Displays the number of email IDs created for this domain and service.
  6. Actions

    • Provides buttons for:
      • Edit → Opens the update page with prefilled values.
      • View → Opens the details page of the mail service.
      • Delete → Opens a confirmation popup to remove the mail service.

Filters

Above the list, the following filters are available to refine the results:

  1. Status

    • Dropdown with options:
      • Active
      • Inactive
      • Blacklisted
    • Filters the list to show only mail services matching the selected status.
     -- SQL query
    --
  2. Mail Channel

    • Dropdown to select from existing mail channels.
    • When a mail channel is selected, only domains associated with that channel are displayed.
     -- SQL query
    --
  3. Domain

    • Text input field where the user can type a domain name.
    • The list will only show mail services matching the entered domain (partial match supported).
     -- SQL query
    --
  4. Row Count

    • Dropdown to select how many rows should be displayed on the screen at once.
    • Example options: 10, 25, 50, 100.
     -- SQL query
    --