neosrulez/directmail

该软件包最新版本(1.0.4.31)没有提供许可证信息。

一个插件,可以将Neos CMS转换为新闻通讯工具。

资助软件包维护!
patriceckhart

安装次数: 3,329

依赖项: 3

建议者: 0

安全性: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

类型:neos-package

1.0.4.31 2024-07-16 11:16 UTC

README

一个插件,可以将Neos CMS转换为新闻通讯工具。

安装

NeosRulez.DirectMail 软件包已列在 Packagist 上(https://packagist.org.cn/packages/neosrulez/directmail) - 因此您无需再将软件包包含在 "repositories" 条目中。

只需运行

composer require neosrulez/directmail

用法

NeosRulez:
  DirectMail:
    useAjax: false
    senderMail: 'postmaster@foo.bar'
    senderName: 'Postmaster'
    startDispatchFromNeosBackend: false
    baseUri: 'http://foo.bar'
    apiKey: '12345678' # Use a safe key with random letters and numbers in sufficient length
    percentageOfDispatch: true
    language: true
    rtrEcgList:
      apiKey: 'bc3e81d8-5673-444d-a373-67954417786a' # When creating mailings, you can check whether the recipients are on the ecg list. These recipients will not be added.
    recipient:
      customFields:
        company:
          type: string
          label: Company

作者