2017 © Pedro Peláez
 

symfony-bundle email-bundle

Symfony NTIEmailBundle

image

nti/email-bundle

Symfony NTIEmailBundle

  • Friday, May 25, 2018
  • by ntidev
  • Repository
  • 1 Watchers
  • 1 Stars
  • 176 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 19 % Grown

The README.md

NTIEmailBundle

Installation

  1. Install the bundle using composer:, (*1)

    $ composer require ntidev/email-bundle "dev-master"
    
  2. Add the bundle configuration to the AppKernel, (*2)

    public function registerBundles()
    {
        $bundles = array(
            ...
            new NTI\EmailBundle\NTIEmailBundle(),
            ...
        );
    }
    
  3. Update the database schema, (*3)

    $ php app/console doctrine:schema:update
    

Usage

Cronjob

Schedule the following cronjob to check and send emails in the queue:, (*4)

# /etc/crontab
# ...
# NTIEmailBundle
* * * * * [user] php /path/to/project/app/console nti:email:check

The Versions

25/05 2018

dev-master

9999999-dev

Symfony NTIEmailBundle

  Sources   Download

MIT

The Requires

 

by Benjamin Vison

logbundle

25/05 2018

v2.0.25

2.0.25.0

Symfony NTIEmailBundle

  Sources   Download

MIT

The Requires

 

by Benjamin Vison

logbundle

14/12 2017

2.0.x-dev

2.0.9999999.9999999-dev

Symfony NTIEmailBundle

  Sources   Download

MIT

The Requires

 

by Benjamin Vison

logbundle

19/09 2017

dev-development

dev-development

Symfony NTIEmailBundle

  Sources   Download

MIT

The Requires

 

by Benjamin Vison

logbundle

19/09 2017

v2.0.24

2.0.24.0

Symfony NTIEmailBundle

  Sources   Download

MIT

The Requires

 

by Benjamin Vison

logbundle

20/06 2017

2.0.19

2.0.19.0

Symfony NTIEmailBundle

  Sources   Download

MIT

The Requires

 

by Benjamin Vison

logbundle

20/01 2017

v1.0.0

1.0.0.0

Symfony NTIEmailBundle

  Sources   Download

MIT

The Requires

 

by Benjamin Vison

logbundle