kartik-v / yii2-mailer
A mail management module for Yii 2.0 with ability to manage mail queues, templates, and more.
Installs: 149
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 2
Open Issues: 1
Type:yii2-extension
Requires
This package is auto-updated.
Last update: 2024-10-29 04:19:20 UTC
README
A mail management module for Yii Framework 2 that offers the following features:
- Ability to enqueue mails in a database table queue manager.
- Ability to send mails instantly OR at specified times.
- Integrates with
yii\swiftmailer
extension for mailing. - Ability to create and manage mail templates (as RICH TEXT).
- Uses
SummerNote
for editing rich text. - Ability to create, parse and replace tags in templates before sending mails.
- Admin dashobard to administer mailer queues and templates
- Can be integrated with yii user management modules for mail management or any application that requires a better way to manage mails.