| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert response data to have valid json objects | Hugo DurĂ£es | 2016-10-13 | 1 | -0/+2 |
* | Fill 'response' property in error instance | Guilherme Souza | 2016-09-19 | 1 | -0/+1 |
* | Make SendGrid a factory that enables multiple prototype instances | Tom Kirkpatrick | 2016-08-22 | 1 | -37/+42 |
* | Make sure Promise is definedorigin/let-vs-var | Elmer Thomas | 2016-08-02 | 1 | -1/+6 |
* | Backwards compatibility fix | Elmer Thomas | 2016-08-02 | 1 | -1/+1 |
* | Avoid `this` reference | Adam Buczynski | 2016-08-03 | 1 | -4/+4 |
* | Remove redundant .SendGrid export, update readme examples | Adam Buczynski | 2016-07-28 | 1 | -9/+13 |
* | Doc comments | Adam Buczynski | 2016-07-27 | 1 | -4/+12 |
* | Add helpers | Adam Buczynski | 2016-07-27 | 1 | -11/+32 |
* | Move dep to top, remove duplicate | Adam Buczynski | 2016-07-27 | 1 | -11/+10 |
* | Merge branch 'eslint' into callback-function-signature | Adam Buczynski | 2016-07-27 | 1 | -0/+5 |
|\ |
|
| * | Use get empty request helper | Adam Buczynski | 2016-07-27 | 1 | -5/+8 |
* | | New API | Adam Buczynski | 2016-07-27 | 1 | -8/+49 |
|/ |
|
* | Add ESLint configuration and fix issues | Adam Buczynski | 2016-07-27 | 1 | -22/+24 |
* | Version Bump v3.0.6: Accept Headerv3.0.6 | Elmer Thomas | 2016-07-01 | 1 | -0/+1 |
* | Version Bump v3.0.3: Moving mail helper export | Elmer Thomas | 2016-06-14 | 1 | -3/+1 |
* | Version Bump v3.0.2: Added mail helperv3.0.2 | Elmer Thomas | 2016-06-14 | 1 | -0/+2 |
* | Updated dependency, Content-Type now set automatically | Elmer Thomas | 2016-06-10 | 1 | -1/+0 |
* | Fix copy by reference issue | Elmer Thomas | 2016-06-08 | 1 | -3/+3 |
* | Update sendgrid-rest dependency | Elmer Thomas | 2016-06-08 | 1 | -3/+7 |
* | Simplified setting the request object | Elmer Thomas | 2016-06-08 | 1 | -3/+4 |
* | Preparing for launch | Elmer Thomas | 2016-05-06 | 1 | -128/+25 |
* | Add support for API keys | Eddie Zaneski | 2015-04-22 | 1 | -8/+32 |
* | expose & document smtpapi | Nick Quinlan | 2014-08-11 | 1 | -0/+2 |
* | Add useragent | Eddie Zaneski | 2014-07-15 | 1 | -1/+4 |
* | added ability to change uri via options | Nick Quinlan | 2014-06-23 | 1 | -3/+16 |
* | Update to latest smtpapi nodejs lib | scottmotte | 2014-05-28 | 1 | -12/+0 |
* | Change to using API url. Pull request #112 | scottmotte | 2014-02-09 | 1 | -1/+1 |
* | Cleans up | scottmotte | 2013-12-18 | 1 | -14/+6 |
* | Replaces smtpapi_header with xsmtpapi nodejs module | scottmotte | 2013-12-18 | 1 | -2/+0 |
* | SMTP removed | scottmotte | 2013-12-18 | 1 | -70/+0 |
* | Give a more detailed try/catch. return the original body | scottmotte | 2013-10-30 | 1 | -0/+2 |
* | Fix callback | scottmotte | 2013-10-29 | 1 | -5/+5 |
* | Remove the console.logs | scottmotte | 2013-10-29 | 1 | -4/+1 |
* | Even if unused, this is easier to read | scottmotte | 2013-10-29 | 1 | -2/+1 |
* | added lodash; fix jshint errors; added jshint; updated package.json | Leigh Martell | 2013-10-29 | 1 | -14/+24 |
* | Fixed tests and options | Leigh Martell | 2013-10-29 | 1 | -6/+11 |
* | Add try/catch in very rare scenario of html being returned instead of json. t... | scottmotte | 2013-10-01 | 1 | -1/+8 |
* | Show the error's message | Tim Haines | 2013-09-17 | 1 | -1/+1 |
* | Passes port in the options argument on initialization now | scottmotte | 2013-09-02 | 1 | -3/+4 |
* | Cleans up pull request 84. Tests passing | scottmotte | 2013-09-02 | 1 | -23/+18 |
* | adding bottom object context | Jacob Lowe | 2013-08-31 | 1 | -15/+13 |
* | fixing context and magically invocating functions, also adding also allowing ... | Jacob Lowe | 2013-08-31 | 1 | -11/+27 |
* | fix no form data added while value in payloads is an array | Ray Shih | 2013-08-31 | 1 | -1/+7 |
* | Add optional nodeMailerOptions argument to sendgrid.smtp | Tim Haines | 2013-08-15 | 1 | -10/+26 |
* | Version bump 0.3.0-rc.1.3 - add ability to change port to 465 and send over s...v0.3.0-rc.1.3 | scottmotte | 2013-08-15 | 1 | -3/+11 |
* | use error object for 'err' callback param for smtp | scottmotte | 2013-08-01 | 1 | -2/+2 |
* | use error object for 'err' callback param | Roman Shtylman | 2013-07-31 | 1 | -2/+2 |
* | Refactors sendgrid.js to be a bit more standard node module like and updates ... | scottmotte | 2013-07-23 | 1 | -85/+82 |
* | Additional spec to display errors for smtp | scottmotte | 2013-07-23 | 1 | -1/+1 |
* | Swaps out the bits of code to be more node like and sends errors first, then ... | scottmotte | 2013-07-23 | 1 | -29/+10 |
* | Merges in pull request from @shtylman for standard nodejs error handling | scottmotte | 2013-07-22 | 1 | -9/+27 |
|\ |
|
| * | change how REST api errors are handled | Roman Shtylman | 2013-03-22 | 1 | -2/+17 |
* | | Check for value | scottmotte | 2013-07-22 | 1 | -1/+1 |
* | | Remove unused | scottmotte | 2013-07-22 | 1 | -2/+0 |
* | | Simplify's filehandler a bit to move away from step.js | scottmotte | 2013-07-22 | 1 | -13/+4 |
* | | Switch to using request, additional specs, and a bit less code by switching a... | scottmotte | 2013-07-19 | 1 | -152/+53 |
* | | Verion bump 0.2.8 (plus, sanity check for version in tests)v0.2.8 | scottmotte | 2013-07-18 | 1 | -0/+2 |
* | | Use stub for integration tests | scottmotte | 2013-07-18 | 1 | -1/+1 |
* | | This is a combination of 2 commits. | scottmotte | 2013-07-18 | 1 | -15/+9 |
* | | Implement file_object inline property for web/smtp (CID) | Robert Jones | 2013-04-11 | 1 | -0/+3 |
* | | Properly handle HTTP errors from sendgrid | Swift | 2013-03-25 | 1 | -2/+8 |
|/ |
|
* | Web and SMTP api have optional callbacks. | Swift | 2012-10-13 | 1 | -7/+11 |
* | Updated SMTP functions to use the newest version of the nodemailer API. | Mike Swift | 2012-06-21 | 1 | -10/+15 |
* | format docblock | Kyle Partridge | 2012-02-10 | 1 | -3/+3 |
* | fixed the way these callbacks are triggered | Kyle Partridge | 2012-02-10 | 1 | -2/+2 |
* | remove console.log | Kyle Partridge | 2012-02-09 | 1 | -5/+0 |
* | all test passing for attachments | David Tomberlin | 2012-01-27 | 1 | -1/+6 |
* | fixed some test | David Tomberlin | 2012-01-26 | 1 | -2/+2 |
* | Merge pull request #16 from partkyle/fix-sending | David Tomberlin | 2012-01-13 | 1 | -3/+11 |
|\ |
|
| * | the post needs to be handled differently based on whether or not the request ... | Kyle Partridge | 2012-01-13 | 1 | -3/+11 |
* | | Merge pull request #15 from partkyle/documentation | David Tomberlin | 2012-01-13 | 1 | -13/+67 |
|\ \ |
|
| * | | added a period | Kyle Partridge | 2012-01-13 | 1 | -1/+1 |
| * | | added documentation and changed the constructor of the SendGrid object | Kyle Partridge | 2012-01-13 | 1 | -8/+63 |
| * | | boundary should reset each time | Kyle Partridge | 2012-01-13 | 1 | -4/+4 |
| * | | this library is not needed here | Kyle Partridge | 2012-01-13 | 1 | -1/+0 |
| |/ |
|
* | | fixed an issue where longer json caused the callback to be called multiple times | Kyle Partridge | 2012-01-13 | 1 | -1/+5 |
|/ |
|
* | this should fix the issue on the REST mail api | Kyle Partridge | 2012-01-13 | 1 | -1/+1 |
* | I gave that email a file attachment. Emails love file attachments | Kyle Partridge | 2012-01-13 | 1 | -24/+108 |
* | needed to have the done variable | Kyle Partridge | 2012-01-12 | 1 | -4/+0 |
* | here | Kyle Partridge | 2012-01-12 | 1 | -17/+14 |
* | removed the debug flag | Kyle Partridge | 2012-01-11 | 1 | -2/+1 |
* | added simple smtpapi accessors | David Tomberlin | 2012-01-11 | 1 | -5/+0 |
* | added logs/testing for further use | David Tomberlin | 2012-01-11 | 1 | -1/+12 |
* | added basic smtp sending capability | Kyle Partridge | 2012-01-10 | 1 | -0/+26 |
* | I remove unnecessary code like it was cool | Kyle Partridge | 2012-01-10 | 1 | -2/+0 |
* | remove static send | Kyle Partridge | 2012-01-10 | 1 | -7/+0 |
* | deleted some spaces | Kyle Partridge | 2012-01-10 | 1 | -2/+0 |
* | created a separate mail object, that is sent using a credentials caching object | Kyle Partridge | 2012-01-10 | 1 | -0/+66 |