summaryrefslogtreecommitdiffstats
path: root/lib/sendgrid.js
Commit message (Expand)AuthorAgeFilesLines
* Convert response data to have valid json objectsHugo DurĂ£es2016-10-131-0/+2
* Fill 'response' property in error instanceGuilherme Souza2016-09-191-0/+1
* Make SendGrid a factory that enables multiple prototype instancesTom Kirkpatrick2016-08-221-37/+42
* Make sure Promise is definedorigin/let-vs-varElmer Thomas2016-08-021-1/+6
* Backwards compatibility fixElmer Thomas2016-08-021-1/+1
* Avoid `this` referenceAdam Buczynski2016-08-031-4/+4
* Remove redundant .SendGrid export, update readme examplesAdam Buczynski2016-07-281-9/+13
* Doc commentsAdam Buczynski2016-07-271-4/+12
* Add helpersAdam Buczynski2016-07-271-11/+32
* Move dep to top, remove duplicateAdam Buczynski2016-07-271-11/+10
* Merge branch 'eslint' into callback-function-signatureAdam Buczynski2016-07-271-0/+5
|\
| * Use get empty request helperAdam Buczynski2016-07-271-5/+8
* | New APIAdam Buczynski2016-07-271-8/+49
|/
* Add ESLint configuration and fix issuesAdam Buczynski2016-07-271-22/+24
* Version Bump v3.0.6: Accept Headerv3.0.6Elmer Thomas2016-07-011-0/+1
* Version Bump v3.0.3: Moving mail helper exportElmer Thomas2016-06-141-3/+1
* Version Bump v3.0.2: Added mail helperv3.0.2Elmer Thomas2016-06-141-0/+2
* Updated dependency, Content-Type now set automaticallyElmer Thomas2016-06-101-1/+0
* Fix copy by reference issueElmer Thomas2016-06-081-3/+3
* Update sendgrid-rest dependencyElmer Thomas2016-06-081-3/+7
* Simplified setting the request objectElmer Thomas2016-06-081-3/+4
* Preparing for launchElmer Thomas2016-05-061-128/+25
* Add support for API keysEddie Zaneski2015-04-221-8/+32
* expose & document smtpapiNick Quinlan2014-08-111-0/+2
* Add useragentEddie Zaneski2014-07-151-1/+4
* added ability to change uri via optionsNick Quinlan2014-06-231-3/+16
* Update to latest smtpapi nodejs libscottmotte2014-05-281-12/+0
* Change to using API url. Pull request #112scottmotte2014-02-091-1/+1
* Cleans upscottmotte2013-12-181-14/+6
* Replaces smtpapi_header with xsmtpapi nodejs modulescottmotte2013-12-181-2/+0
* SMTP removedscottmotte2013-12-181-70/+0
* Give a more detailed try/catch. return the original bodyscottmotte2013-10-301-0/+2
* Fix callbackscottmotte2013-10-291-5/+5
* Remove the console.logsscottmotte2013-10-291-4/+1
* Even if unused, this is easier to readscottmotte2013-10-291-2/+1
* added lodash; fix jshint errors; added jshint; updated package.jsonLeigh Martell2013-10-291-14/+24
* Fixed tests and optionsLeigh Martell2013-10-291-6/+11
* Add try/catch in very rare scenario of html being returned instead of json. t...scottmotte2013-10-011-1/+8
* Show the error's messageTim Haines2013-09-171-1/+1
* Passes port in the options argument on initialization nowscottmotte2013-09-021-3/+4
* Cleans up pull request 84. Tests passingscottmotte2013-09-021-23/+18
* adding bottom object contextJacob Lowe2013-08-311-15/+13
* fixing context and magically invocating functions, also adding also allowing ...Jacob Lowe2013-08-311-11/+27
* fix no form data added while value in payloads is an arrayRay Shih2013-08-311-1/+7
* Add optional nodeMailerOptions argument to sendgrid.smtpTim Haines2013-08-151-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.3scottmotte2013-08-151-3/+11
* use error object for 'err' callback param for smtpscottmotte2013-08-011-2/+2
* use error object for 'err' callback paramRoman Shtylman2013-07-311-2/+2
* Refactors sendgrid.js to be a bit more standard node module like and updates ...scottmotte2013-07-231-85/+82
* Additional spec to display errors for smtpscottmotte2013-07-231-1/+1
* Swaps out the bits of code to be more node like and sends errors first, then ...scottmotte2013-07-231-29/+10
* Merges in pull request from @shtylman for standard nodejs error handlingscottmotte2013-07-221-9/+27
|\
| * change how REST api errors are handledRoman Shtylman2013-03-221-2/+17
* | Check for valuescottmotte2013-07-221-1/+1
* | Remove unusedscottmotte2013-07-221-2/+0
* | Simplify's filehandler a bit to move away from step.jsscottmotte2013-07-221-13/+4
* | Switch to using request, additional specs, and a bit less code by switching a...scottmotte2013-07-191-152/+53
* | Verion bump 0.2.8 (plus, sanity check for version in tests)v0.2.8scottmotte2013-07-181-0/+2
* | Use stub for integration testsscottmotte2013-07-181-1/+1
* | This is a combination of 2 commits.scottmotte2013-07-181-15/+9
* | Implement file_object inline property for web/smtp (CID)Robert Jones2013-04-111-0/+3
* | Properly handle HTTP errors from sendgridSwift2013-03-251-2/+8
|/
* Web and SMTP api have optional callbacks.Swift2012-10-131-7/+11
* Updated SMTP functions to use the newest version of the nodemailer API.Mike Swift2012-06-211-10/+15
* format docblockKyle Partridge2012-02-101-3/+3
* fixed the way these callbacks are triggeredKyle Partridge2012-02-101-2/+2
* remove console.logKyle Partridge2012-02-091-5/+0
* all test passing for attachmentsDavid Tomberlin2012-01-271-1/+6
* fixed some testDavid Tomberlin2012-01-261-2/+2
* Merge pull request #16 from partkyle/fix-sendingDavid Tomberlin2012-01-131-3/+11
|\
| * the post needs to be handled differently based on whether or not the request ...Kyle Partridge2012-01-131-3/+11
* | Merge pull request #15 from partkyle/documentationDavid Tomberlin2012-01-131-13/+67
|\ \
| * | added a periodKyle Partridge2012-01-131-1/+1
| * | added documentation and changed the constructor of the SendGrid objectKyle Partridge2012-01-131-8/+63
| * | boundary should reset each timeKyle Partridge2012-01-131-4/+4
| * | this library is not needed hereKyle Partridge2012-01-131-1/+0
| |/
* | fixed an issue where longer json caused the callback to be called multiple timesKyle Partridge2012-01-131-1/+5
|/
* this should fix the issue on the REST mail apiKyle Partridge2012-01-131-1/+1
* I gave that email a file attachment. Emails love file attachmentsKyle Partridge2012-01-131-24/+108
* needed to have the done variableKyle Partridge2012-01-121-4/+0
* hereKyle Partridge2012-01-121-17/+14
* removed the debug flagKyle Partridge2012-01-111-2/+1
* added simple smtpapi accessorsDavid Tomberlin2012-01-111-5/+0
* added logs/testing for further useDavid Tomberlin2012-01-111-1/+12
* added basic smtp sending capabilityKyle Partridge2012-01-101-0/+26
* I remove unnecessary code like it was coolKyle Partridge2012-01-101-2/+0
* remove static sendKyle Partridge2012-01-101-7/+0
* deleted some spacesKyle Partridge2012-01-101-2/+0
* created a separate mail object, that is sent using a credentials caching objectKyle Partridge2012-01-101-0/+66