symfony / isendpro-notifier
Symfony iSendPro Notifier 桥接器
v7.1.1
2024-05-31 14:57 UTC
Requires
- php: >=8.2
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^6.4|^7.0
Requires (Dev)
- symfony/event-dispatcher: ^6.4|^7.0
This package is auto-updated.
Last update: 2024-09-21 06:34:32 UTC
README
为 Symfony Notifier 提供 iSendPro 集成。
DSN 示例
ISENDPRO_DSN=isendpro://ACCOUNT_KEY_ID@default?from=FROM&no_stop=NO_STOP&sandbox=SANDBOX
其中
ACCOUNT_KEY_ID
是您的 iSendPro API Key IDFROM
是消息的字母数字发件人(可选)NO_STOP
将此参数设置为 "1"(默认 "0")允许在非商业用途中移除消息末尾的 "STOP 条款"(可选)SANDBOX
将此参数设置为 "1"(默认 "0")允许在沙盒模式下使用通知器(可选)
请参阅 https://www.isendpro.com/docs/#prerequis 中的 iSendPro 文档
资源
- 贡献
- 报告问题 和 发送拉取请求 在 主 Symfony 仓库