Unified REST API & Developer Quickstart
Eliminate mail dispatch coding overhead. Your microservices, websites, and apps no longer need to import SMTP client packages. Make a single request to `POST /api/v1/send-mail` using standard payloads and let gSend route, verify, build, and deliver your messages.
Dynamic Templating
Blade-rendered engine processes layouts, dynamic vars, and layouts centrally.
Base64 Attachments
Embed binary files inside the JSON request to prevent filesystem dependencies.
Robust Multi-Tenant Data Partitioning
Operating a SaaS or maintaining multiple client websites? gSend partitions configuration details, dispatch histories, keys, and templates securely using Laravel's model scopes. Global query filters prevent cross-client leaks automatically.
HasTenant Global Scope
Automatic database routing query injection blocks unauthorized data access.
Admin Control Panel
Review system load logs, approve quota bumps, and check general statistics.
Priority SMTP Routing & Resiliency
When a primary email service goes down, standard systems throw exceptions, causing lost OTPs or registrations. gSend resolves this via SMTP Pools. Assign priorities to configurations: if Node A fails to authenticate or times out, the router automatically fails over to Node B instantly.
Intelligent Fallbacks
If no custom client SMTP is found, mail automatically routes through system reserves.
Error Log Trigger
Failures are logged with details, triggering administrator warnings for quick rotations.