How to make an email verification message

how do I make a email verification message that is sent to people who sign up on my site

1 Like

I use the nodemailer package that you can set up with Gmail or really any other provider that supports SMTP. Send an email when sign up is successful

1 Like

I use Mailgun, it works well for me.

1 Like

@RiversideRocks I don’t want to use sites that cost money

SendGrid lets you send 100 emails per day for free, which should be enough to get started

1 Like

Modemailer package is free when using Gmail. Just Google how to use it :slight_smile:

1 Like

ok but how do I make a login and sign up system with mongo DB

That’s no simple thing. You should probably use google for this sorta thing.

3 Likes

@idodev mailgun has a free tier.

But you still have to pay as you go

Same with Glitch if you exceed a certain limit. Not everything is “Free in every way”

3 Likes