feat: add SMTP proxy server (#177)

This commit is contained in:
Dream Hunter
2024-04-29 21:47:15 +08:00
committed by GitHub
parent 23d1709ca1
commit a456bfda7c
13 changed files with 482 additions and 4 deletions
+9
View File
@@ -126,6 +126,15 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{ text: '开发中', link: 'github-action' },
]
},
{
text: '附加功能',
collapsed: false,
items: [
{ text: '配置 SMTP 代理服务', link: 'config-smtp-proxy' },
{ text: '发送邮件 API', link: 'feature/send-mail-api' },
{ text: '配置子域名邮箱', link: 'feature/subdomain' },
]
},
{
text: '功能简介',
collapsed: false,