- Import emails from a list to a DB
- Create Template Emails - Options Email
This commit is contained in:
@@ -19,6 +19,9 @@ const NewstosentSchema = new Schema({
|
||||
label: {
|
||||
type: String,
|
||||
},
|
||||
templemail_str: {
|
||||
type: String,
|
||||
},
|
||||
activate: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user