Mail Notice Platform

Deliver system events to inboxes with less setup

Use one entry point for alerts, callbacks, and automation jobs, then keep sending and logs under control.

Give your team one place to receive POST events, send email alerts with per-user settings, and keep logs available for review and troubleshooting.

Per-user Keys Isolated
Mail Modes Official SMTP
Custom SMTP
Audit Trail Message Logs
01 New users get their own API key so they can connect their notification sources quickly.
02 Each user can manage mailbox targets, templates, and sender settings without affecting others.
03 Every request stays reviewable later so delivery checks and troubleshooting are easier.
Key Features

Core Capabilities

Built for operations
Isolated Each user has a different key and template set.
Flexible SMTP Use the official sender or each user's own mailbox.
Message History Review POST payloads with paginated log pages.
Template Control Adjust mail subjects and content for different notification scenarios.
Quick Example

The integration is straightforward

POST

If you already have scripts, monitoring, or business systems, a single POST request with your API key is enough to get started.

cURL PHP JavaScript Python JSON Form POST
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY

{
  "subject": "Server alert",
  "message": "CPU usage is high",
  "server": "web-01"
}
Overview

What users actually get from it

Core Capabilities

Beyond sending mail, it keeps setup, sender choices, request history, and account management in one lightweight workspace.

POST Intake Accepts JSON or form payloads
Notification Sends templated email alerts
Tracing Every request can be reviewed later
Template Setup Adjust email content for your own notification scenarios

Good Fit For

Built for operations
  • Ops Alerts Trigger email notices as soon as servers, services, or resources go unhealthy.
  • Business Callbacks Let third-party platforms, ticketing tools, or automation jobs push events directly.
  • Team Collaboration Give each member separate keys, sender settings, and log visibility.
Simple workflow

How It Works

Overview
1. Create a user account and get an API key.
2. Send POST payloads to /send.php with that key.
3. The system sends a templated email notification.
4. Logs remain available for review in the dashboard.
01

Ingest

External services call the endpoint with JSON or form payloads.

02

Process

The platform matches the user configuration, template, and SMTP mode.

03

Deliver

After sending the email, logs remain available for later investigation.

Open Help Docs