- Import emails from a list to a DB

- Create Template Emails
- Options Email
This commit is contained in:
Paolo Arena
2019-12-04 14:07:53 +01:00
parent 6adeb32d46
commit d2dc16b7fb
6 changed files with 444 additions and 2 deletions

View File

@@ -19,6 +19,9 @@ const NewstosentSchema = new Schema({
label: {
type: String,
},
templemail_str: {
type: String,
},
activate: {
type: Boolean,
default: false