Create Or Update
The Create or Update Mail Service functionality allows users to configure a new mail service or update an existing one.
Accessing the Page
- Create: When the Create button is clicked (from the top left corner of the Mail Service list), a new page opens to fill in details for a new mail service.
- Update: When the Edit action is selected from the list view, the same page opens but with prefilled values of the selected mail service.
Fields
All fields are required:
-
Select Mail Service
- Dropdown to select which mail service to configure.
- Options available:
- Postmark
- Mailgun
- Hypermail (default selected)
-
Domain
- The domain for which the email service is being configured (e.g.,
example.com).
- The domain for which the email service is being configured (e.g.,
-
Count
- The number of email IDs the user wants to create under the selected service and domain.
Saving the Mail Service
- After filling in the required details, click the Save button.
- On save:
- If creating, a new mail service is added.
- If updating, the existing mail service details are modified.
SQL Query Placeholder (Create)
-- Write SQL query for creating a mail service here
--
-- Write SQL query for updating an existing mail service here
--