diff options
Diffstat (limited to 'lib/sendgrid.js')
-rw-r--r-- | lib/sendgrid.js | 2 |
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. |