Background job for sending emails + confirmation email template.
This commit is contained in:
parent
a5605a0349
commit
001e7b59a3
13 changed files with 414 additions and 18 deletions
server
|
@ -14,8 +14,10 @@
|
|||
}
|
||||
|
||||
lib('_', 'lodash');
|
||||
lib('async');
|
||||
lib('crypto');
|
||||
lib('deepExtend', 'deep-extend');
|
||||
lib('fs');
|
||||
lib('glob');
|
||||
lib('deepExtend', 'deep-extend');
|
||||
lib('moment');
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue