2017 © Pedro Peláez
 

library symfony-mailer

Symfony mailer helper

image

kisphp/symfony-mailer

Symfony mailer helper

  • Saturday, May 20, 2017
  • by kisphp
  • Repository
  • 0 Watchers
  • 0 Stars
  • 876 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 9 % Grown

The README.md

Symfony Mail Sender helper

Info

Email templates based on Foundation Email framework, (*1)

Configuration

Add to parameters.yml file:, (*2)


parameters: ... email_bundle: homepage_root_name: homepage # replace with your homepage route name website_name: Website name # replace with your website's name admin_email: admin@example.com # where to send contact message and alerts admin_name: Admin Name from_email: no-reply@example.com from_name: From my website name

Register new bundle in your application, (*3)

<?php

...

class AppKernel extends Kernel
{
    /**
     * @return array
     */
    public function registerBundles()
    {
        $bundles = array(
            ...
            new \Kisphp\EmailBundle\KisphpEmailBundle(),
        );

        ...

        return $bundles;
    }

    ...
}

Add translations in app/Resources/translations/messages.{lang}.yml, (*4)

The Versions

02/07 2016

dev-master

9999999-dev

Symfony mailer helper

  Sources   Download

MIT

The Requires

 

The Development Requires

02/07 2016
02/07 2016
18/04 2016

dev-symfony-3.0-support

dev-symfony-3.0-support

Symfony mailer helper

  Sources   Download

MIT

The Requires

 

The Development Requires

12/03 2016