Send welcome and unsubscribe confirmation emails
This commit is contained in:
parent
15ed41741e
commit
9e3b42e11c
12 changed files with 189 additions and 33 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "grunt",
|
||||
"start": "node index.js",
|
||||
"start": "node setup/sql/sql.js && node index.js",
|
||||
"sql": "node setup/sql/sql.js",
|
||||
"sqldump": "node setup/sql/dump.js | sed -e '/^--.*$/d' > setup/sql/mailtrain.sql",
|
||||
"sqldrop": "node setup/sql/drop.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue