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

https://github.com/lexik/lexikmailerbundle

This Symfony2 bundle allow you to manage some HTML email templates stored in your database. Templates are written with Twig and use I18N. You can also create some layouts to decorate your email.
https://github.com/lexik/lexikmailerbundle

bundle php symfony symfony-bundle

Last synced: 12 months ago
JSON representation

This Symfony2 bundle allow you to manage some HTML email templates stored in your database. Templates are written with Twig and use I18N. You can also create some layouts to decorate your email.

Awesome Lists containing this project

README

          

Overview
========

This Symfony bundle allow you to manage some HTML email templates stored in your database. Templates are written with Twig and use I18N.
You can also create some layouts to decorate your email.

**Twig 1.2.0 or later is required.**

[![Build Status](https://secure.travis-ci.org/lexik/LexikMailerBundle.png?branch=master)](http://travis-ci.org/lexik/LexikMailerBundle)
[![Latest Stable Version](https://poser.pugx.org/lexik/mailer-bundle/v/stable)](https://packagist.org/packages/lexik/mailer-bundle)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/65df9f8f-6336-4e28-bec5-fe7f501a21dc/mini.png)](https://insight.sensiolabs.com/projects/65df9f8f-6336-4e28-bec5-fe7f501a21dc)

Documentation
=============

For installation and configuration refer to [Resources/doc/index.md](https://github.com/lexik/LexikMailerBundle/blob/master/Resources/doc/index.md)