remove throw in email send

v1.18.x
Baris Usakli 12 years ago
parent f2c1a92513
commit 7d50551392

@ -836,8 +836,7 @@ var utils = require('./../public/src/utils.js'),
status: "error",
message: "send-failed"
});
// @todo handle error properly
throw new Error(err);
winston.err(err);
}
});
} else {

Loading…
Cancel
Save