nti/email-bundle

Symfony NTIEmailBundle

安装次数: 4,744

依赖: 0

建议者: 0

安全: 0

星星: 2

关注者: 6

分支: 4

开放问题: 0

类型:symfony-bundle

v5.5.2 2024-04-24 14:05 UTC

README

安装

  1. 使用 composer 安装包

    $ composer require ntidev/email-bundle "dev-master"
    
  2. 将包配置添加到 AppKernel

    public function registerBundles()
    {
        $bundles = array(
            ...
            new NTI\EmailBundle\NTIEmailBundle(),
            ...
        );
    }
    
  3. 更新数据库模式

    $ php app/console doctrine:schema:update
    

使用方法

定时任务

安排以下定时任务以检查并发送队列中的电子邮件

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