2017 © Pedro Peláez
 

symfony-bundle mail-manager-bundle

Uses Twig and SwiftMailer to create emails based on templates/views.

image

xm/mail-manager-bundle

Uses Twig and SwiftMailer to create emails based on templates/views.

  • Wednesday, August 9, 2017
  • by darrylhein
  • Repository
  • 2 Watchers
  • 0 Stars
  • 90 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 43 % Grown

The README.md

XMMailManagerBundle

Uses Twig and SwiftMailer to create emails based on templates/views., (*1)

Installation

Step 1: Download the Bundle

This package is not on Packagist, so the repository will need to be added manually in composer.json, (*2)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*3)

$ php composer.phar require xm/mail-manager-bundle

This command requires Composer., (*4)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*5)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new XM\MailManagerBundle\XMMailManagerBundle(),
        );

        // ...
    }
}

The Versions

09/08 2017

dev-master

9999999-dev https://github.com/xmmedia/XMMailManagerBundle

Uses Twig and SwiftMailer to create emails based on templates/views.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

09/08 2017

0.3

0.3.0.0 https://github.com/xmmedia/XMMailManagerBundle

Uses Twig and SwiftMailer to create emails based on templates/views.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

19/07 2017

0.2

0.2.0.0 https://github.com/xmmedia/XMMailManagerBundle

Uses Twig and SwiftMailer to create emails based on templates/views.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

29/11 2016

0.1

0.1.0.0 https://github.com/xmmedia/XMMailManagerBundle

Uses Twig and SwiftMailer to create emails based on templates/views.

  Sources   Download

MIT

The Requires

 

by Darryl Hein