summaryrefslogtreecommitdiffstats
path: root/lib/sendgrid.js
diff options
context:
space:
mode:
authorKyle Partridge <partkyle@gmail.com>2012-01-10 15:07:07 -0800
committerKyle Partridge <partkyle@gmail.com>2012-01-10 15:07:07 -0800
commit065918d27d87b3f22aeb314634dd789f45bbbf63 (patch)
treea3bec840cca54787c404bf1833d46f8eb0e0a798 /lib/sendgrid.js
parent330002c09c67b2db9ff27a2d6e1dc4232cc8b490 (diff)
downloadsendgrid-nodejs-065918d27d87b3f22aeb314634dd789f45bbbf63.zip
sendgrid-nodejs-065918d27d87b3f22aeb314634dd789f45bbbf63.tar.gz
sendgrid-nodejs-065918d27d87b3f22aeb314634dd789f45bbbf63.tar.bz2
remove static send
Diffstat (limited to 'lib/sendgrid.js')
-rw-r--r--lib/sendgrid.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/sendgrid.js b/lib/sendgrid.js
index be3f733..0bb33c5 100644
--- a/lib/sendgrid.js
+++ b/lib/sendgrid.js
@@ -12,13 +12,6 @@ function SendGrid(credentials) {
}
/*
- * Static mail sender
-*/
-SendGrid.send = function(options, callback) {
- callback.call(this, false, 'Not yet implemented!');
-}
-
-/*
* Sends an email and returns true if the
* message was sent successfully.
*