Email exist verification

does anyone knows a way to verify if an email exists? like is there such a package or services with API provided? lots of package i found but not really being maintained anymore since years ago πŸ™
N
Netoβ€’13d ago
to verify, you need to send the email and let the user redirect back and you have stuff like email redirect, so sending to me@nyx.dev can lead to somewhere else
A
Aguilarβ€’13d ago
ahh, i see cuz what i'm doing is setting a newsletter for people to sign up with mailchimp using mailchimp api
J
JulieCezarβ€’13d ago
there are paid services like https://www.emailhippo.com/products/core
Stop emails bouncing | Fast, safe email checking | CORE | Email Hippo
Experience secure, easy email list cleaning. Check up to 500,000 unique email addresses as self-serve, or larger files. No charge for checking duplicates.
J
JulieCezarβ€’13d ago
however, if you need it for a newsletter, the most sure way to know if a user actually has that emails is what @nyx said
A
Aguilarβ€’13d ago
ooh interesting
J
JulieCezarβ€’13d ago
e.g. you can have an email with a Button which links something like: mysite.com/api/newsletter/signup?token=someJWTtoken and on that api endpoint verify the token and save the user data to db or call mailchimp api, w/e you need
A
Aguilarβ€’13d ago
hmm i think i got what i need now thanks @JulieCezar @nyx (Rustular DevRel) πŸ”₯
Want results from more Discord servers?
Add your server
More Posts
Issues with Clerk and Unit testingI am working on a project for work and we have a strict requirement for unit tests. I decided to go Drizzle + SQLite updated at fieldIs the only way to have an updated at field in SQLite just setting the updated at by hand on each upHow can I replicate the vanilla behavior of NextJS API routing in T3 stack?I am currently working on a project in which i would like to have my server side requests to an endpWhat is this app?this works but nope?I'm new to Suspense, this works great but I get the error: Did you forget to use 'await'? It works,Micro Front End best practicesHello! I recently landed a job within a stack centered around micro front ends (react + node), whichUsing Turso in T3-CreateHi, I am trying to use Turso for T3. I am using drizzle. The connection .env is slightly different No file route found for slug in deploymentThis issue arose when I started my deployment on Render , which simply read as No file route found Will server components be refeteched on mutation?If I have a page using the server trpc and then a client component that updates the list, will the sNextjs parallel routing questionsI have this routing setup right, ```bash { (main) { about {} contact {} (illustrationsHow can I subscribe to updates in an RSS feed?I want to subscribe to changes on a shopify store’s RSS feed for their products. It seems extremely How can I configure tRPC to function as a REST API (single-route)?I'm new to tRPC and not sure why this produces an error when an external POST request is sent to theT3 Stack: tRPC not extending type definitions to clientHey, I'm currently trying to work on getting my 'next build' script to work and ran into a bunch of Total noob! Supabase and the t3 stackIm really struggling with configuring my create-t3-app with supabase. Can anyone point me in the dirHow to exclude specific routes from Clerk middleware?Anyone know how I can exclude the middleware from Clerk from running on my routes in folder: /api/crFor Sr+ Engineers: Frontend, Backend, or Full-stack?For the engineers that have been around a while, been successful in what they started with, and starIt works locally but doesn't save to the database when deployed on Vercel.It's working fine on my local machine, but after deploying to Vercel, it's not saving data to the daError on NextJs AppRouterAnyone knows why this is showing on my console?useFormState in tables, or complex formsI decided to play with the new server components and useFormState. I am building myself the table shHow are signals going to be any different that state variables in React?I was just watching Theo's videos on signals coming to javascript (https://www.youtube.com/watch?v=J