-
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
Update sendgrid dependency to 2.0 #25
Comments
Now it is 5.0.1 |
The README of this repo now reads: "As of June 1, 2016, SendGrid will no longer support this library.". Sendgrid actually updated the readme to say that the day after I submitted this issue. So that seemed to be their response, which is ok, it's a very large API change. |
Berkmann18
added a commit
to Berkmann18/nodemailer-sendgrid-transport
that referenced
this issue
Jan 7, 2018
License date changed to an up-to-date one This commit should resolve sendgrid#25 and sendgrid#63.
6 tasks
6 tasks
Berkmann18
added a commit
to Berkmann18/sendgrid-nodejs
that referenced
this issue
Jul 27, 2018
I also refactored some of it such that it contains only the necessary files, as well as follow the structure that the other sub-packages follow. This commit should help with the PRs: - [NST#67](sendgrid/nodemailer-sendgrid-transport#67) - [NST#64](sendgrid/nodemailer-sendgrid-transport#64) And the following issues: - [NST#65](sendgrid/nodemailer-sendgrid-transport#65) - [NST#25](sendgrid/nodemailer-sendgrid-transport#25) The problem I face despit this commit being here is that some sub-packages require the old `sendgrid` package which works differently then this one.
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to package.json this transport uses sendgrid ^1.8.0, but you have recently released 2.0.0
The text was updated successfully, but these errors were encountered: