Update nodemailer, yamljs, q

This commit is contained in:
calzoneman 2014-08-19 00:36:31 -05:00
parent c693e84a46
commit 4eb81a84d9
3 changed files with 4 additions and 7 deletions

View file

@ -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
);