Implement Email DAO for sending verification mails

This commit is contained in:
Tankred Hase
2016-05-29 16:47:45 +02:00
parent c805371f0e
commit d3cce89b06
10 changed files with 235 additions and 24 deletions

7
config/integration.js Normal file
View File

@@ -0,0 +1,7 @@
'use strict';
module.exports = {
log: {
level: "warn"
}
};