- Mail in a Box: comandi per aggiungere/modificare/rimuovere le caselle di posta

- aggiunto idMyGroup: ospiti siti di gruppi (AbitareGliIblei)
This commit is contained in:
Surya Paolo
2024-09-12 14:49:30 +02:00
parent 16ddb8095e
commit 791e18f167
39 changed files with 647 additions and 88 deletions

View File

@@ -319,6 +319,10 @@ export interface ISites {
host_testapi_ip?: string
cf_token?: string
cf_zoneId?: string
enable_servermail?: boolean
servermail?: string
servermailip?: string
dkim?: string
portapp?: string
dir?: string
email_from?: string
@@ -338,6 +342,7 @@ export interface ISites {
contacts?: IContacts
confpages: IConfPages
ecomm?: IECommSettings
idMyGroup?: string
}
export interface INewsToSent {