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
-
Domain
- Displays the domain associated with the mail service.
- Sortable column.
-- SQL query
-- -
Service
- Shows the selected mail service provider: Postmark, Mailgun, or Hypermail.
- Sortable column.
-- SQL query
-- -
Status
- Displays the current status of the mail service (Active, Inactive, or Blacklisted).
- Sortable column.
-- SQL query
-- -
Reputation
- Shows the reputation score or category of the mail service (e.g., Good, Average, Poor).
-
Email Count
- Displays the number of email IDs created for this domain and service.
-
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.
- Provides buttons for:
Filters
Above the list, the following filters are available to refine the results:
-
Status
- Dropdown with options:
- Active
- Inactive
- Blacklisted
- Filters the list to show only mail services matching the selected status.
-- SQL query
-- - Dropdown with options:
-
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
-- -
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
-- -
Row Count
- Dropdown to select how many rows should be displayed on the screen at once.
- Example options: 10, 25, 50, 100.
-- SQL query
--