-
Notifications
You must be signed in to change notification settings - Fork 19
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
Deprecated, what are the alternatives? #71
Comments
Seriously, why are we not using Typescript anymore? Need some information on what the update plan is. I have not found any communication about this. |
As I understand, there is a move to https://github.com/getbrevo but clients are deprecated before the release of the alternative 😅 |
Related to getbrevo/brevo-node#1 |
The docs are also still pointing to this library, if you check the TS tab? 🤔 |
Any update on alternatives?? |
I figured the alternative is switching to a different communication provider 🙄 |
I was thinking of going with sendGrid, is it a good alternative? |
can't we use nodemailer with brevo? |
Ya, I just ended up using nodemailer and the smtp relay from brevo cause they offer the 300 emails a day on the free plan. Although it would be nice to try out their api with typescript. |
Yep that would be nice, they should maintain their packages or at least give some attention to deprecated ones |
can you please tell me what to put in |
its from brevo docs |
`import { NextRequest, NextResponse } from "next/server"; export async function POST(request:NextRequest) {
}` In your dashboard on brevo, if you go to smtp & api it will show you your SMTP key value. That is the value you need to give they auth:pass |
The user is your Login/Email if that wasn't clear |
For future reference, it seems the new Node SDK with TS support is here: |
I want to integrate brevo in my project and the documentation redirect here.
I see that the project is deprecated since yesterday and it was already the case for libraries in some other languages like php.
What are the alternatives? What should I use instead of the typescript library?
The text was updated successfully, but these errors were encountered: