8bitstudio-ch/enable-smtp

MU 插件,用于处理带有 .env 的 WordPress SMTP

安装次数: 14

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:wordpress-muplugin

v1.0.0 2022-10-27 11:52 UTC

This package is not auto-updated.

Last update: 2024-09-27 19:26:52 UTC


README

Enable SMTP 是一个用于处理带有 .env 的 WordPress SMTP 的 MU 插件。

入门

需求

安装

通过 Composer 安装

composer require 8bitstudio-ch/enable-smtp

使用

配置

所有配置都写入 .env 文件中。

必需

WP_SMTP_HOST=mail.example.com  # Host
WP_SMTP_USERNAME=example       # Username
WP_SMTP_PASSWORD=secure123     # Password
WP_SMTP_PORT=587               # Port