该包已被放弃且不再维护。未建议替代包。

为Pimcore提供的扩展Sendgrid客户端。API详细信息可通过网站设置获取,并在日志记录器中启用自动记录

0.1.5 2018-01-04 09:15 UTC

This package is auto-updated.

Last update: 2021-12-27 15:06:13 UTC


README

Pimcore的简单SendGrid集成

安装

通过pimcore + composer安装 :)

配置

所有配置选项均在“网站设置”中提供

使用

调用工厂以返回具有正确配置选项的SendGrid客户端

$client = SendGrid\Factory::getDefaultClient();

...the rest of the standard Sendgrid stuff