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
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
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
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"
}