← all integrations
LV

Laravel

Live

Frameworks

Mail driver registers as a transport. Use $user->notify(new InvoicePaid) and Laravel's notification system routes through VoltMail with idempotency + retries handled.

// what you unlock

  • MAIL_MAILER=voltmail in .env
  • Notification channel for queued sends
  • Markdown mailables compile to React Email at send time

// recipes

Quick-start patterns.

Configure

MAIL_MAILER=voltmail in .env

Wire Laravel in, ship the same day.