Commit message (Collapse) | 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 |
| | | | | | This makes the behavior when using callbacks consistent with the promise counterpart | ||||
* | Optimise the throttle to send items as soon as possible | Tom Kirkpatrick | 2016-08-22 | 1 | -4/+17 |
| | |||||
* | Add contact-importer helper | Tom Kirkpatrick | 2016-08-22 | 1 | -0/+133 |
| | |||||
* | 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 | 2 | -8/+69 |
|/ | |||||
* | Add ESLint configuration and fix issues | Adam Buczynski | 2016-07-27 | 2 | -498/+502 |
| | |||||
* | Version Bump v3.0.10: Fix substitutions typo in Mail Helperv3.0.10 | Elmer Thomas | 2016-07-23 | 1 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | Version Bump v3.0.0: full v3 Web API support | Elmer Thomas | 2016-06-13 | 1 | -2/+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 |
| | |||||
* | Ready to deploy | Elmer Thomas | 2016-05-10 | 2 | -4/+4 |
| | |||||
* | Ready for Beta | Elmer Thomas | 2016-05-10 | 1 | -16/+15 |
| | |||||
* | Preparing for launch | Elmer Thomas | 2016-05-06 | 5 | -549/+967 |
| | |||||
* | added smtpapi add and set tos | Tushar Bhushan | 2015-10-07 | 1 | -0/+10 |
| | |||||
* | changed the cc/bcc to use the web api; change potentially breaking | Tushar Bhushan | 2015-09-09 | 1 | -2/+2 |
| | |||||
* | Add the setFromName method to the email.js class. | jbeoris | 2015-07-04 | 1 | -0/+4 |
| | |||||
* | Add 'return this' for setter method chaining | piyo7 | 2015-06-13 | 1 | -0/+28 |
| | |||||
* | Add missing bcc methods | Eddie Zaneski | 2015-05-06 | 1 | -0/+8 |
| | |||||
* | Add support for API keys | Eddie Zaneski | 2015-04-22 | 1 | -8/+32 |
| | |||||
* | Adds ASM Group ID SMTPAPI Header setter | Robert Acosta | 2015-02-03 | 1 | -0/+4 |
| | |||||
* | Fix: The date is not sent | Sorin Baba | 2014-12-17 | 1 | -2/+6 |
| | |||||
* | Added the ability to schedule the send | Sorin Baba | 2014-12-10 | 1 | -0/+12 |
| | |||||
* | Fix conflicts and linting | elbuo8 | 2014-12-09 | 1 | -0/+10 |
|\ | |||||
| * | Added support for CC | Sorin Baba | 2014-12-08 | 1 | -0/+10 |
| | | |||||
* | | Fixed: addUniqueArg method is not handle correctly the unique args addition | Sorin Baba | 2014-12-08 | 1 | -2/+2 |
|/ | |||||
* | Makes addSection accept correct parameters. | Ben Neal | 2014-10-21 | 1 | -2/+2 |
| | | | | | addSection should accept a key and value rather than object_literal in line with the smtpapi api. | ||||
* | expose & document smtpapi | Nick Quinlan | 2014-08-11 | 1 | -0/+2 |
| | | | | closes #125 | ||||
* | 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 |
| | | | | | | | | | | this brings the library in line with: https://github.com/scottmotte/sendgrid-opensource-proposals/blob/master/proposals/PORT.md as this uses parameters that also could be used by request, this may cause problems with those using the protocol parameter (however, I believe that any use of the protocol parameter in the past, would not have worked, anyway) | ||||
* | Update to latest smtpapi nodejs lib | scottmotte | 2014-05-28 | 2 | -43/+3 |
| | |||||
* | addHeader use key, value approach to match up with other libraries | scottmotte | 2014-02-17 | 1 | -3/+11 |
| | |||||
* | Change to using API url. Pull request #112 | scottmotte | 2014-02-09 | 1 | -1/+1 |
| | |||||
* | Follow same naming scheme - addHeader instead of addHeaders | scottmotte | 2013-12-31 | 1 | -6/+6 |
| | |||||
* | Get with the latest and greatest smtpapi-nodejs lib | scottmotte | 2013-12-30 | 1 | -21/+30 |
| | |||||
* | Update to use smtpapi lib - renamed from xsmtpapi | scottmotte | 2013-12-19 | 1 | -2/+2 |
| | |||||
* | Cleans up | scottmotte | 2013-12-18 | 2 | -88/+6 |
| | |||||
* | Replaces smtpapi_header with xsmtpapi nodejs module | scottmotte | 2013-12-18 | 3 | -102/+3 |
| | |||||
* | SMTP removed | scottmotte | 2013-12-18 | 2 | -103/+2 |
| | |||||
* | Fixes Issue #108 | scottmotte | 2013-12-10 | 1 | -0/+2 |
| | |||||
* | Version bump 0.4.4 - setSubject, setText, setHtmlv0.4.4 | scottmotte | 2013-11-07 | 1 | -0/+12 |
| | |||||
* | Add the ability to setFrom | scottmotte | 2013-11-07 | 1 | -0/+4 |
| | |||||
* | Give a more detailed try/catch. return the original body | scottmotte | 2013-10-30 | 1 | -0/+2 |
| | |||||
* | Fix bcc in smtp. Version bump 0.4.1 | scottmotte | 2013-10-30 | 1 | -0/+2 |
| | |||||
* | Multiple tos should stay in an array unless using addTo | scottmotte | 2013-10-29 | 1 | -10/+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 | 4 | -38/+52 |
| | |||||
* | 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. ↵ | scottmotte | 2013-10-01 | 1 | -1/+8 |
| | | | | this 90% appears to be because of a timeout blip recently | ||||
* | 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 |
| | | | | send to map to either smtp or http | ||||
* | fix no form data added while value in payloads is an array | Ray Shih | 2013-08-31 | 1 | -1/+7 |
| | |||||
* | Merge pull request #75 from timhaines/add-message-id | Scott Motte | 2013-08-22 | 1 | -10/+26 |
|\ | | | | | Add optional nodeMailerOptions argument to sendgrid.smtp | ||||
| * | Add optional nodeMailerOptions argument to sendgrid.smtp | Tim Haines | 2013-08-15 | 1 | -10/+26 |
| | | |||||
* | | Use built in nodejs ES5 forEach instead of underscore's. | scottmotte | 2013-08-22 | 1 | -1/+1 |
| | | |||||
* | | fix #76 | unvar | 2013-08-22 | 1 | -4/+3 |
|/ | |||||
* | Version bump 0.3.0-rc.1.3 - add ability to change port to 465 and send over ↵v0.3.0-rc.1.3 | scottmotte | 2013-08-15 | 1 | -3/+11 |
| | | | | ssl. 587 still recommended because some hosts rate limit 465. | ||||
* | 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 |
| | | | | | | Error object contain stacktraces and additional information that helps debug potential issues. They are expected as the first argument versus just a string. | ||||
* | Arrays allowed for to address. This was allowed previous, but only when ↵ | scottmotte | 2013-07-27 | 1 | -0/+9 |
| | | | | array was length of 1. Now allows length of however long | ||||
* | Refactors sendgrid.js to be a bit more standard node module like and updates ↵ | scottmotte | 2013-07-23 | 4 | -122/+82 |
| | | | | README | ||||
* | 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 |
| | | | | response if success | ||||
* | 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 |
| | | | | | | | | | | | | Process the json object into an error object if there are errors. This is more idiomatic for node than to return true | false for the error argument. | ||||
* | | 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 | 2 | -43/+18 |
| | | |||||
* | | Switch to using request, additional specs, and a bit less code by switching ↵ | scottmotte | 2013-07-19 | 2 | -181/+89 |
| | | | | | | | | and trusting request to the web api | ||||
* | | 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 | 2 | -34/+48 |
| | | | | | | | | Adding tests for smtp. Tests hit real smtp server at the moment | ||||
* | | Fix broken SMTP cid implementation | Swift | 2013-04-11 | 2 | -2/+2 |
| | | |||||
* | | Implement file_object inline property for web/smtp (CID) | Robert Jones | 2013-04-11 | 3 | -0/+11 |
| | | | | | | | | | | | | Includes passing tests and README update. Changed property to "cid" from "inline". | ||||
* | | Fixed typo in function header | Swift | 2013-04-11 | 1 | -1/+1 |
| | | |||||
* | | Properly handle HTTP errors from sendgrid | Swift | 2013-03-25 | 1 | -2/+8 |
|/ | | | | Closes #46 | ||||
* | Web and SMTP api have optional callbacks. | Swift | 2012-10-13 | 1 | -7/+11 |
| | | | | | In case you don't care about the callback for `send` or `smtp`, it is now optional to supply a callback function. | ||||
* | Updated SMTP functions to use the newest version of the nodemailer API. | Mike Swift | 2012-06-21 | 1 | -10/+15 |
| | | | | | | Nodemailer's API changed recently, so sending via SMTP will be broken for anyone who installs the package in its current state. Also, added a shrinkwrap file to prevent this from happening in the future. | ||||
* | Added tests for fromname and toname | Kav Latiolais | 2012-05-16 | 1 | -0/+6 |
| | | | | | | | | They may seem a bit pedantic but after making a mistake these tests will catch and then seeing an open pull with the same mistake I'm inclined to overdo it a bit. Also fixed a typo in test.setup | ||||
* | Added comments for params. | Kav Latiolais | 2012-05-16 | 1 | -0/+2 |
| | |||||
* | Add support for fromname and toname to .send | Kav Latiolais | 2012-05-16 | 1 | -0/+6 |
| | | | | | That's about it. Happy to add it to the SMTP API as well once I have a few seconds to review the API structure. |