更新邮件服务和SMTP配置功能
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user