nti / email-bundle
Symfony NTIEmailBundle
v5.5.2
2024-04-24 14:05 UTC
This package is auto-updated.
Last update: 2026-02-24 18:14:31 UTC
README
Installation
-
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
Usage
Cronjob
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