Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cornernote/yii-email-module
Email system with templates and email queuing.
https://github.com/cornernote/yii-email-module
Last synced: 2 months ago
JSON representation
Email system with templates and email queuing.
- Host: GitHub
- URL: https://github.com/cornernote/yii-email-module
- Owner: cornernote
- License: other
- Created: 2013-12-21T06:39:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T04:37:21.000Z (about 3 years ago)
- Last Synced: 2024-10-30T04:25:41.175Z (3 months ago)
- Language: PHP
- Homepage: https://cornernote.github.io/yii-email-module/
- Size: 1.1 MB
- Stars: 20
- Watchers: 7
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yii Email Module
Email system with templates and email queuing.
## Features
- Emails can be sent directly, or saved into a spool to be sent later.
- Templates can be normal php files, or stored in the database and rendered with [MustachePHP](https://github.com/bobthecow/mustache.php) logic-less templates.
- Emails are send using [SwiftMailer](http://swiftmailer.org/), offering a flexible and elegant object-oriented approach to sending emails with a multitude of features.
- Module uses [YiiStrap](http://getyiistrap.com/), the ultimate Twitter Bootstrap extension for Yii.## Resources
- **[Documentation](http://cornernote.github.io/yii-email-module)**
- **[GitHub Project](https://github.com/cornernote/yii-email-module)**
- **[Yii Extension](http://www.yiiframework.com/extension/yii-email-module)**## Support
- Does this README need improvement? Go ahead and [suggest a change](https://github.com/cornernote/yii-email-module/edit/master/README.md).
- Found a bug, or need help using this project? Check the [open issues](https://github.com/cornernote/yii-email-module/issues) or [create an issue](https://github.com/cornernote/yii-email-module/issues/new).## License
[BSD-3-Clause](https://raw.github.com/cornernote/yii-email-module/master/LICENSE), Copyright © 2013-2014 [Mr PHP](mailto:[email protected])
[![Mr PHP](https://raw.github.com/cornernote/mrphp-assets/master/img/code-banner.png)](http://mrphp.com.au) [![Project Stats](https://www.ohloh.net/p/yii-email-module/widgets/project_thin_badge.gif)](https://www.ohloh.net/p/yii-email-module)
[![Latest Stable Version](https://poser.pugx.org/cornernote/yii-email-module/v/stable.png)](https://github.com/cornernote/yii-email-module/releases/latest) [![Total Downloads](https://poser.pugx.org/cornernote/yii-email-module/downloads.png)](https://packagist.org/packages/cornernote/yii-email-module) [![Monthly Downloads](https://poser.pugx.org/cornernote/yii-email-module/d/monthly.png)](https://packagist.org/packages/cornernote/yii-email-module) [![Latest Unstable Version](https://poser.pugx.org/cornernote/yii-email-module/v/unstable.png)](https://github.com/cornernote/yii-email-module) [![Build Status](https://travis-ci.org/cornernote/yii-email-module.png?branch=master)](https://travis-ci.org/cornernote/yii-email-module) [![License](https://poser.pugx.org/cornernote/yii-email-module/license.png)](https://raw.github.com/cornernote/yii-email-module/master/LICENSE)