waaseyaa/mail

Transport-agnostic mail API for Waaseyaa

Maintainers

Package info

github.com/waaseyaa/mail

pkg:composer/waaseyaa/mail

Statistics

Installs: 2 572

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.158 2026-04-20 00:08 UTC

This package is auto-updated.

Last update: 2026-04-24 22:20:22 UTC


README

Layer 0 — Foundation

Email delivery abstraction for Waaseyaa applications.

Provides a MailerInterface and Twig-powered TwigMailRenderer for template-based emails. Best-effort side effects (e.g. notification listeners) should wrap mailer calls in try-catch and log failures via LoggerInterface to avoid crashing the primary request.

Key classes: MailerInterface, Envelope, TwigMailRenderer, TransportInterface (local, array, SendGrid).