- Sending Newsletter, others settings.

This commit is contained in:
Paolo Arena
2019-12-04 18:21:17 +01:00
parent 6f2e4f891e
commit 4dddff5df1
10 changed files with 257 additions and 87 deletions

View File

@@ -27,6 +27,7 @@ export interface ICfgData {
}
export interface ITemplEmail {
_id?: string
subject?: string
content?: string
options?: ISettings[]
@@ -52,6 +53,7 @@ export interface INewsToSent {
_id: string
idapp?: string
label?: string
templemail_str?: string
numemail_tot?: number
numemail_sent?: number
datetoSent?: Date