halo/docs
guqing 9454f445a5
feat: add the notification mechanism implementation (#4527)
#### What type of PR is this?
/kind feature
/milestone 2.10.x
/area core

#### What this PR does / why we need it:
新增消息和通知机制的实现

how to test it?
1. 执行以下命令配置发件服务
```shell
curl -u admin:admin -X POST 'http://localhost:8090/apis/api.console.halo.run/v1alpha1/notifiers/default-email-notifier/senderConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
    "displayName": "Halo Team",
    "username": "{发件使用的邮箱}",
    "password": "{发件邮箱密码}",
    "host": "smtp.exmail.qq.com",
    "port": "587"
}'
```
2. 评论文章或页面可以收到通知
3. 文章/页面作者是评论者不发送新评论通知,回复者是评论作者不发送回复通知

#### Which issue(s) this PR fixes:
Fixes #4045

#### Does this PR introduce a user-facing change?
```release-note
新增消息和通知机制的实现
```
2023-09-28 13:32:23 +00:00
..
authentication Support for personal access token mechanism (#4598) 2023-09-25 03:30:14 +00:00
cache Enable configuration caching with separate names (#4151) 2023-06-29 07:02:11 +00:00
developer-guide Support configuration properties mechanism for plugin in Halo core (#4043) 2023-06-07 09:55:23 +00:00
extension-points feat: add content extension points for post and single page on theme-side (#4080) 2023-06-28 15:30:11 +00:00
full-text-search Implement full-text search of posts with Lucene default (#2675) 2022-11-11 16:12:13 +00:00
notification feat: add the notification mechanism implementation (#4527) 2023-09-28 13:32:23 +00:00
backup-and-restore.md Support backup and restore (#4206) 2023-07-24 08:26:16 +00:00