Update nodemailer, yamljs, q
This commit is contained in:
parent
c693e84a46
commit
4eb81a84d9
3 changed files with 4 additions and 7 deletions
|
|
@ -59,7 +59,6 @@ var defaults = {
|
|||
},
|
||||
mail: {
|
||||
enabled: false,
|
||||
transport: "SMTP",
|
||||
/* the key "config" is omitted because the format depends on the
|
||||
service the owner is configuring for nodemailer */
|
||||
"from-address": "some.user@gmail.com"
|
||||
|
|
@ -215,7 +214,6 @@ function preprocessConfig(cfg) {
|
|||
|
||||
// Setup nodemailer
|
||||
cfg.mail.nodemailer = nodemailer.createTransport(
|
||||
cfg.mail.transport,
|
||||
cfg.mail.config
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue