更新邮件服务和SMTP配置功能

This commit is contained in:
2025-12-15 20:32:28 +08:00
parent 8846945208
commit 738eaa5211
21 changed files with 100 additions and 36 deletions

View File

@@ -30,3 +30,7 @@ export async function setPrimarySmtpConfig(configId) {
return data
}
export async function clearPrimarySmtpConfig() {
const { data } = await api.post('/smtp/configs/primary/clear')
return data
}