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.
Bidirectional Communication Pipeline
ENerve acts as an intelligent nerve center between your applications, user mailboxes, external clients, and underlying email networks.
From Your Apps to Any Inbox
Trigger transactional notifications, receipts, or marketing campaigns with full HTML styling, attachments, and conversation threading.
/api/emails/send with Authorization: Bearer es_live_....
From External Senders to Your Servers
Capture replies and inbound inquiries seamlessly across both programmatic webhooks and standard desktop/mobile mail clients.
support@yourdomain.com routed via MX to Resend.
/api/emails/inbound, extracts threading, and uploads attachments to cloud storage.
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!"
}'
{"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.