waaseyaa/mail

Transport-agnostic mail API for Waaseyaa

Maintainers

Package info

github.com/waaseyaa/mail

pkg:composer/waaseyaa/mail

Statistics

Installs: 907

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0


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 use error_log() on failure to avoid crashing the primary request.

Key classes: MailerInterface, TwigMailRenderer, MailMessage.