Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)