summaryrefslogtreecommitdiffstats
path: root/lib/sendgrid.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sendgrid.js')
-rw-r--r--lib/sendgrid.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sendgrid.js b/lib/sendgrid.js
index 9635340..9eed1fe 100644
--- a/lib/sendgrid.js
+++ b/lib/sendgrid.js
@@ -11,7 +11,7 @@ var Email = require('./email');
var SMTP = "SMTP";
if (process.env.NODE_ENV == "test") {
- //SMTP = "STUB";
+ SMTP = "STUB";
}
/*
* Class for handling communications with SendGrid.