ride / app-mailer-orm
ORM implementation of the mailer library for a Ride application.
1.1.0
2024-04-18 12:57 UTC
Requires
- ride/app: ^1.0.0
- ride/app-mailer: ^1.0.0
- ride/lib-mailer: ^1.0.0
- ride/lib-orm: ^1.2.0
This package is auto-updated.
Last update: 2024-10-18 13:57:28 UTC
README
ORM implementation of the mailer library in a Ride application.
This module implements a mail template provider through the ORM. A model is setup for mail templates and bridged through the OrmMailTemplateProvider class.
Related Modules
Installation
You can use Composer to install this application.
composer require ride/app-mailer-orm