summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Tomberlin <david.tomberlin@sendgrid.com>2012-01-12 12:14:51 -0800
committerDavid Tomberlin <david.tomberlin@sendgrid.com>2012-01-12 12:14:51 -0800
commite8314bb62bace94e5af2c51c61b7fb8071db80c4 (patch)
tree88c101504c526c4ace890181361067fac7c22b77 /lib
parent70fee2c8f8c1233a274743aaa456188a17d4d7e5 (diff)
parentc63d681bba3718ee535b2d2e339b36434a2f49f2 (diff)
downloadsendgrid-nodejs-e8314bb62bace94e5af2c51c61b7fb8071db80c4.zip
sendgrid-nodejs-e8314bb62bace94e5af2c51c61b7fb8071db80c4.tar.gz
sendgrid-nodejs-e8314bb62bace94e5af2c51c61b7fb8071db80c4.tar.bz2
Merge remote-tracking branch 'kyle/x-smtpapi' into x-smtpapi
Diffstat (limited to 'lib')
-rw-r--r--lib/sendgrid.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sendgrid.js b/lib/sendgrid.js
index e430049..eab1834 100644
--- a/lib/sendgrid.js
+++ b/lib/sendgrid.js
@@ -61,8 +61,7 @@ SendGrid.prototype.smtp = function(email, callback) {
html: email.html,
headers: {
"x-smtpapi": JSON.stringify(email['x-smtpapi'])
- },
- debug:true
+ }
}, function(error, success) {
callback.call(self, success, error);
});