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