welford-media/going-postal

CraftCMS 插件,为 Postal 邮件服务器提供邮件适配器。

安装: 0

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 6

分支: 0

开放问题: 0

类型:craft-plugin

2.0.0 2024-03-13 09:47 UTC

This package is auto-updated.

Last update: 2024-09-13 10:53:55 UTC


README

此 Craft CMS 4 插件提供了一个邮件适配器,以启用使用 Postal 服务器 HTTP API。

请注意,仅当启用 RAW 设置时才支持电子邮件附件。

要求

此插件需要 Craft CMS 4.3.5 或更高版本,PHP 8.0.2 或更高版本,以及访问 Postal 邮件中继服务器。

安装

您可以从插件商店或使用 Composer 安装此插件。

从插件商店

转到项目的控制面板中的插件商店,搜索“Going Postal”。然后点击“安装”。

使用 Composer

打开您的终端并运行以下命令

# go to the project directory
cd /path/to/my-project

# tell Composer to load the plugin
composer require welford-media/going-postal

# tell Craft to install the plugin
./craft plugin/install going-postal

用法

编辑 Craft 安装的电子邮件配置,并将邮政作为传输类型选择。输入您的 Postal DNS 名称或 IP 地址以及服务器的 API 密钥。有关 API 密钥的更多信息,请访问 Postal 文档。