-
Install the bundle using composer:
$ composer require ntidev/email-bundle "dev-master"
-
Add the bundle configuration to the AppKernel
public function registerBundles() { $bundles = array( ... new NTI\EmailBundle\NTIEmailBundle(), ... ); }
-
Update the database schema
$ php app/console doctrine:schema:update
Schedule the following cronjob to check and send emails in the queue:
# /etc/crontab
# ...
# NTIEmailBundle
* * * * * [user] php /path/to/project/app/console nti:email:check