waaseyaa / mail
Transport-agnostic mail API for Waaseyaa
v0.1.0-alpha.1
2026-03-14 17:43 UTC
Requires
- php: >=8.4
- waaseyaa/foundation: ^1.1
Requires (Dev)
- phpunit/phpunit: ^10.5
- twig/twig: ^3.0
Suggests
- twig/twig: Required for TwigMailRenderer template support
This package is auto-updated.
Last update: 2026-03-14 19:40:44 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 use error_log() on failure to avoid crashing the primary request.
Key classes: MailerInterface, TwigMailRenderer, MailMessage.