summaryrefslogtreecommitdiffstats
path: root/lib/sendgrid.js
diff options
context:
space:
mode:
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.
*