Next.js Discord

Discord Forum

[EmailProvider] Any idea on how i can use a mail server on localhost ?

Unanswered
Savannah posted this in #help-forum
Open in Discord
SavannahOP
Hi guys, i'm trying to create an application with email verification for my studies but unfortunately I don't have the funds to pay (yeah, it's hard to be a student πŸ˜‚) for a mail server, would you happen to have a free method ?

17 Replies

You can use resend, it has free pricing
@averydelusionalperson You can use resend, it has free pricing
SavannahOP
Thanks, i gonna check this πŸ˜‰
@Savannah Thanks, i gonna check this πŸ˜‰
sure, lemme know if it helped.
@averydelusionalperson sure, lemme know if it helped.
SavannahOP
Yeah sure! Also, could I ask you a question that isn't related to the current post if you don't mind?
yeah sure, but if it is a small question πŸ‘
you can always create another thread if it is another problem not related to this
@averydelusionalperson yeah sure, but if it is a small question πŸ‘
SavannahOP
Have you ever used mysql with nextjs? I usually use other databse like mongo or prisma, but the courses have forced me to use mysql (don't ask me why, I don't know lmao and I hate it!). But would you have any advice/best practices to give me?
@averydelusionalperson I would use mysql2 package if you don't want to use orm
SavannahOP
i'm using mysql 2 actually
But tbh with you, i don't find any good tutorial on internet, so i tried alone, it's working but idk if am i doing great actually xD
I am also using mysql2 in my hono backend
^ this package has helped me with type safety a lot
since I have lots of rows and columns
having types for it automatically generated when not using orm, quite useful
@averydelusionalperson https://rmp135.github.io/sql-ts/#/
SavannahOP
Do you have an example of how to implement it on nextjs? I don't really understand tbh