feat: Initialize backend API server with S2A proxy, mail service management, team processing, and add frontend email configuration page.
This commit is contained in:
@@ -76,6 +76,7 @@ export default function EmailConfig() {
|
||||
method: 'POST',
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify({
|
||||
name: service.name,
|
||||
api_base: service.apiBase,
|
||||
api_token: service.apiToken,
|
||||
domain: service.domain,
|
||||
|
||||
Reference in New Issue
Block a user