Transactional and marketing email on AWS SES, with a clean REST API, a Laravel mail transport, signed event webhooks, and proper multi-tenant isolation per brand. Built so the operator never has to babysit deliverability.
POST /v3/mail/send with personalizations,
attachments, custom headers, idempotency keys and sandbox
mode. Documented endpoints for templates, contacts, lists,
suppression and stats.
composer require sendmailer/laravel →
MAIL_MAILER=sendmailer → done. Your existing
Mailables, queues, CC/BCC, attachments and Reply-To
headers all pass through unchanged.
Per-company sending domains, templates, suppression lists, API keys, rate limits and sender-identity allowlists. One admin panel, separate reputation per brand.
DKIM 2048 + custom MAIL FROM + SPF + DMARC per domain. RFC 8058 one-click unsubscribe. Centralised, unbypassable suppression for bounces & complaints.
HMAC-SHA-256 signed outbound webhooks for bounces, opens, clicks, unsubscribes. Retry policy + auto-disable on persistent failure. Daily stats, per-message activity feed, full audit log.
Rate-limit headers on every response, source-IP allowlists per key, queued delivery with retries, sandbox mode for testing without burning sends.
Simple tiers — scale as your sending grows.
Sign-ups go through Stripe Checkout for the subscription; actual sending is enabled after a brief admin approval. We verify your sending domain (DKIM 2048 + custom MAIL FROM + SPF) before any traffic flows — your reputation isn't shared with anyone still being verified.