电子邮件通知
自 96d6e12 (opens new window) 开发版本开始,SweetMail 添加了一个官方附属插件,SweetMailNotice。
这个附属插件会在邮件发送成功后,向接收者发送电子邮件通知(如果他们有绑定邮箱地址的话)。
# 下载
正式发布之前,可在 Github Actions (opens new window) 下载,与 SweetMail 插件在同一个压缩包内。
目前这个附属插件依赖于 Emailer (opens new window),一个开源付费插件。鉴于本文档编写时,该插件最后于 2024 年更新,已经将近一年没有更新,暂不推荐购买该插件。建议自行从源码 (opens new window)编译使用,执行以下命令使用我的仓库构建,我的修改版本无需使用 BuildTools 构建 Spigot,且支持 Folia。
git clone https://github.com/MrXiaoM/Emailer.git
cd Emailer
./gradlew build
1
2
3
2
3
# 命令
/sweetmailnotice reload 重载配置文件
1
# 权限
sweet.mail.notice.send.email
邮件发送者发送电子邮件权限,系统邮件默认拥有该权限sweet.mail.notice.receiver.email
接收电子邮件通知权限
上次更新: 2025/03/22, 15:46:14