Email Sender

Transactional email sending with templates and tracking.

MessagingGitHub

Overview

The Email Sender qBit provides transactional email capabilities with template support and delivery tracking.

Features

  • Multiple Providers - SMTP, SendGrid, Amazon SES, Mailgun
  • Templates - Handlebars and Thymeleaf template support
  • Tracking - Open and click tracking with webhooks
  • Attachments - File and inline attachment support
  • Queuing - Async email queuing with retry
  • Template Variables

    Java
    Map<String, Object> vars = Map.of(
        "customerName", "John Doe",
        "orderNumber", "ORD-12345"
    );
    emailService.send("order-confirmation", recipient, vars);

    Knowledge Base

    Powered by qqq