Quolle Documentation
Transactional email infrastructure for African developers and SaaS companies. Naira pricing ยท NDPC compliant ยท Deliverability built in.
Quickstart
Go from zero to a sent email in under 5 minutes.
Send API
Full reference for POST /send and /batch โ templates, scheduling, idempotency.
SMTP
Connect any framework or mail client using standard SMTP credentials.
Webhooks
Receive real-time delivery events โ sent, bounced, complained, and more.
What is Quolle?
Quolle is a transactional email API and SMTP relay. You send an email โ a password reset, order confirmation, or welcome message โ and Quolle delivers it reliably via Amazon SES, handles bounces and complaints automatically, and gives you real-time visibility through webhooks and the dashboard.
Quolle is built specifically for Nigerian and African SaaS: pricing in Naira, no USD card required, and compliance aligned with the Nigeria Data Protection Commission (NDPC).
Core capabilities
- REST API โ send a single email or a batch of up to 100 with one POST request. Supports raw HTML, saved templates, scheduling, and idempotent sends.
-
SMTP relay โ plug
smtp.quolle.com:587into any framework (Laravel, Django, Nodemailer, Rails, WordPress) as a drop-in replacement for SendGrid, Mailgun, or any other SMTP provider. -
Email templates โ create reusable Handlebars templates in the
dashboard and send them from your API key using the
templatefield โ no JWT required. - Webhooks โ subscribe to seven delivery events (sent, delivered, bounced, complained, failed, opened, clicked) with HMAC-signed payloads.
- Domain verification โ add SPF, DKIM, and DMARC with guided DNS setup or one-click Cloudflare integration.
- Suppression list โ permanent bounces and spam complaints are automatically suppressed to protect your sender reputation.
How to integrate
There are two integration paths. Both use the same API key and the same verified sending domain:
| Path | Best for | Guide |
|---|---|---|
| REST API | Custom code, any language with HTTP support | Quickstart ยท Send API |
| SMTP | Existing apps and frameworks with built-in SMTP config | SMTP Setup |
Reference
Authentication
API keys, Bearer token format, security best practices.
Conventions
Base URL, dates, idempotency, pagination, rate limits.
Errors
Every error shape with exact JSON, status codes, and how to handle each.
Domains
Verify your sending domain with SPF, DKIM, and DMARC.
Need help?
Contact support or email support@quolle.com.