-
Notifications
You must be signed in to change notification settings - Fork 59
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
Transport no longer works with accounts created after Feb 23 #31
Comments
Hello @fisch0920, Based on the results of this thread it is likely we will be updating our support for nodemailer-sendgrid-transport. We will be working with @adamreisnz on an update to the official sendgrid-nodejs SDK. If you would like to follow or contribute, please check out this project. With Best Regards, Elmer |
I'm leaving this ticket open so that we may update the README as you suggest. Thanks! |
This has just bit us too. |
Hello @pibi, This is still on our roadmap and I've added your vote to help increase its priority. Unfortunately, I don't have a good timeframe as this item is still fairly low on the backlog. Thanks for your support! With Best Regards, Elmer |
Hi @thinkingserious . I'm glad you are going to support nodemailer again. What about starting from #28? It has just a small bug with the attachments, but it is already working with latest sendgrid. Thanks, |
mind that nodemail-sendgrid-transport is no longer maintained sendgrid/nodemailer-sendgrid-transport#31
Is this the "official" answer to this problem? https://github.com/nodemailer/nodemailer-sendgrid per also sendgrid/sendgrid-nodejs#437 (comment) ? |
See the notes on their V2 docs page.
It'd be great to update the README for this repo to note this.
This drove me crazy today, and the official sendgrid node lib is ridiculously overengineered.. so if anyone else ends up here via searching around, I highly suggest using this module: https://github.com/adamreisnz/sendgrid-mailer It's not compatible with nodemailer unfortunately (seriously no idea what sendgrid is thinking....), but it's the simplest, usable solution to get up & running w/ sendgrid from nodejs 😞
The text was updated successfully, but these errors were encountered: