sending emails between users using Nextjs

my project is to build an email tracking system.
I want to make it possible so that users can sign into my web app with oauth and then send mails between themselves(like a universal email-client).
how do you suggest i go about implementing this, i’m using Nextjs.

i’ve not tried anything yet.

Leave a Comment