royalpunk/mailjet-bundle

Mailjet 插件。

安装: 987

依赖项: 0

建议者: 0

安全: 0

类型:symfony-bundle

1.6.0 2024-04-04 10:48 UTC

This package is not auto-updated.

Last update: 2024-09-19 12:49:44 UTC


README

配置

要配置插件,您需要输入 API 密钥、密钥和模板列表


    # app/config/mailjet.yml
    mailjet:
        client:
            api_key: %api_key%
            api_secret_key: %secret_key%
        templates:
            { template: { id: '%template_id%', from_email: '%from_email%', from_name: '%from_name%' } }

设置

RoyalPunk\Bundle\MailjetBundle\MailjetBundle 添加到您的 bundles.php

$bundles = [
    // ...
    RoyalPunk\Bundle\MailjetBundle\MailjetBundle::class => ['all' => true]
];

限制

目前,此插件是为实验目的开发的。可能会添加更改和调整,以实现更完整的使用。