kartik-v / yii2-mailer
A mail management module for Yii 2.0 with ability to manage mail queues, templates, and more.
Installs: 157
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 2
Open Issues: 1
Type:yii2-extension
pkg:composer/kartik-v/yii2-mailer
Requires
This package is auto-updated.
Last update: 2025-10-29 01:56:53 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\swiftmailerextension for mailing. - Ability to create and manage mail templates (as RICH TEXT).
 - Uses 
SummerNotefor 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.