Service status
Live technical status of MailFlo, checked every minute.
Some systems degraded
- API208 msOperational
- Database2170 msDegraded
- Email sending589 msOperational
- eu-west-1Operational
- us-east-1Operational
- sa-east-1Operational
- ap-northeast-1Operational
- Email receiving207 msOperational
- eu-west-1Operational
Last checked 1m 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-09-10T20:32:08.726Z",
"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" }
]
}