Service status
Live technical status of MailFlo, checked every minute.
All systems operational
- API165 msOperational
- Database136 msOperational
- Email sending710 msOperational
- eu-west-1Operational
- us-east-1Operational
- sa-east-1Operational
- ap-northeast-1Operational
Last checked 17s ago.
Automate it
The same data is available as JSON, for uptime checks and dashboards. It is served from infrastructure independent of the service it reports on, so it keeps answering during an outage.
curl https://status.mailflo.dev/api/status200 means the status service answered; read the status field to learn about MailFlo. A 503 means the status service itself has no fresh measurement.
{
"status": "operational",
"checked_at": "2026-07-10T16:11:38.833Z",
"components": [
{ "id": "api", "name": "API", "status": "operational", "latency_ms": 42 },
{ "id": "database", "name": "Database", "status": "operational", "latency_ms": 3 },
{ "id": "sending", "name": "Email sending", "status": "operational",
"regions": { "eu-west-1": "operational" } },
{ "id": "receiving", "name": "Email receiving", "status": "operational" }
]
}