-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to new Sendgrid NodeJS 4.x (including support for categories) #28
base: master
Are you sure you want to change the base?
Conversation
Why the change from two to four spaces? |
hm.. beautifier default I guess, I can revert those to 2 spaces |
Ok done now. Node: For some reason the sendgrid folks had made the tests 4 space indented, but the code itself 2 space indents... now everything is 2 space indented |
@glesage it would be great if you could publish your fork as a scoped package (https://docs.npmjs.com/getting-started/scoped-packages#publishing-a-scoped-package) on npm. This way we can update our code with your version, while keeping the official version in the hands of the sendgrid folks. What do you think? |
@glesage I tested your code with latest sendgrid and your "simple.js" example. it sends the email, but without the attachment. For reference, here is the email I got:
|
Ok @pibi sounds good I'll look into the scoped package situation As for the attachment issue, I'll try to take a look as well. We don't use attachments at Starchup (platform I built this for) so I probably didn't notice earlier. Wish email clients were unit-testable (: |
Any idea on roughly when you might approve this PR? We could really use it now. |
Hi @dtzar, We are going to revisit re-supporting this library after this PR is accepted: sendgrid/sendgrid-nodejs#378 Thanks! Elmer |
Any news on this @thinkingserious ? @glesage did you try to publish the module as a scoped package? |
I was actually just looking but am unclear on what the plan is... I see this commit that @thinkingserious mentioned https://github.com/sendgrid/sendgrid-nodejs/pull/378/commits but it doesn't seem to have anything different with master, or it's contents have already been merged Unclear whether I still need to do this fork as a scoped package system @pibi ? |
HI @pibi, We are still working on sendgrid/sendgrid-nodejs#378. We are getting closer, but we still have some work to do. Thanks for checking in! The plan is to first finish the upgrade of our sendgrid-nodejs package, then we will revisit updating this repo. Thanks! With Best Regards, Elmer |
Bump - 378 is now merged/closed 👍 |
Hello Everyone, Now that sendgrid-nodejs has been updated, please join the conversation over here. For this issue to gain priority in our backlog, we need additional +1's or a PR. When we receive a PR, that provides the biggest jump in priority. With Best Regards, Elmer |
https://github.com/starchup/nodemailer-sendgrid-transport