Created
September 10, 2012 19:18
-
-
Save theycallmeswift/3693134 to your computer and use it in GitHub Desktop.
What SendGrid.js should look like.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sendgrid.send(options, function(error, message) { | |
callback(error ? { error: message } : options) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment