ENerve Logo

ENerve

Public FAQ Sign In to Console
99.99% Uptime • Sub-Second Latency • High-Throughput Gateway

Next-Generation Email Gateway & Communication Infrastructure

High-volume transactional dispatch, real-time inbound webhook relay, native Postfix SMTP & Dovecot IMAP mailboxes, and automated wallet metering — engineered for modern applications.

99.99%
Deliverability SLA
< 250ms
Median Dispatch Latency
100%
DKIM & SPF Enforced
₦0.00
Zero Setup Fee (Prepaid)

Bidirectional Communication Pipeline

ENerve acts as an intelligent nerve center between your applications, user mailboxes, external clients, and underlying email networks.

Outbound Transmission Channel

From Your Apps to Any Inbox

Trigger transactional notifications, receipts, or marketing campaigns with full HTML styling, attachments, and conversation threading.

1
Client Application sends HTTP POST to /api/emails/send with Authorization: Bearer es_live_....
2
ENerve Gateway verifies sender mailbox anti-spoofing, audits wallet balance, and deducts the agreed rate.
3
Resend Dispatch transmits with cryptographic DKIM signature and RFC-compliant threading headers.
4
Customer Inbox (Gmail, Outlook, Apple Mail) receives verified email directly into primary inbox.
Inbound Ingestion & Webhook Channel

From External Senders to Your Servers

Capture replies and inbound inquiries seamlessly across both programmatic webhooks and standard desktop/mobile mail clients.

1
External Contact sends an email to support@yourdomain.com routed via MX to Resend.
2
ENerve Webhook receives raw payload at /api/emails/inbound, extracts threading, and uploads attachments to cloud storage.
3
Dovecot Maildir immediately stores the physical email for staff reading via Outlook or Apple Mail (Port 993).
4
Real-Time Webhook dispatches clean JSON with attachment download URLs to your backend application.

Built for Performance, Security & Scale

Everything required to power mission-critical communications without maintaining complex mail server operations.

High-Throughput REST API

Dispatches emails in milliseconds with full HTML/plain-text fallback, Base64 attachment support, and RFC conversation threading.

Real-Time Webhook Relay

Inbound messages trigger immediate JSON POST webhooks to your application, offloading heavy attachments to cloud storage automatically.

Native SMTP & Dovecot IMAP

Equip your team with native mail client connectivity. Connect Microsoft Outlook, Apple Mail, Gmail, or Thunderbird via ports 587 and 993.

Sender Anti-Spoofing Security

Strict domain and mailbox validation guarantees unauthorized actors cannot spoof client email addresses or poison reputation.

Custom Resend Key Support

Clients can bring their personal Resend API keys or leverage our pooled system infrastructure seamlessly without code changes.

Automated Wallet Metering

Transparent pay-as-you-go micro-billing with proactive low-balance email alerts and graceful queuing to guarantee zero dropped messages.

Developer-Friendly Integration

Integrate outbound sending in under 5 minutes with our clean JSON REST API.

curl -X POST https://egobeke.com.ng/api/emails/send \
  -H "Authorization: Bearer es_live_YOUR_CLIENT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "Acme Notifications <support@yourdomain.com>",
    "to": "customer@example.com",
    "subject": "Your Order Has Shipped!",
    "bodyHtml": "<h1>Order Shipped</h1><p>Your package is on its way!</p>",
    "bodyText": "Order Shipped: Your package is on its way!"
  }'
Standard Response (HTTP 200 OK): {"id": "re_123456789", "status": "sent"} View full API schema →

Guaranteed Inbox Deliverability

We eliminate spam foldering through strict cryptographic DKIM signing, SPF alignment, and DMARC readiness.

DNS Record Hostname Target / Value Function
TXT (SPF) @ v=spf1 include:resend.com ~all Authorizes ENerve infrastructure to send mail on behalf of your domain
CNAME (DKIM) resend._domainkey Configured via Domain Settings Cryptographic message signature proving email tampering did not occur
MX (Inbound) @ (or subdomain) feedback-smtp.us-east-1.amazonses.com (Priority 10) Routes incoming messages to Resend and ENerve Webhook

Ready to Empower Your Communications?

Sign in to your administration console to manage domains, register mailboxes, and monitor real-time email telemetry.

Sign In to Console Read Public FAQ & Guide