Asp.Net Core 3.1
I am trying to validate e-mails when a user registers on my App. So register, confirmation e-mail with link etc.
I have found this:
They suggest using SendGrid, but that is $90/month. Does anyone know a free way to do it?
Asp.Net Core 3.1
I am trying to validate e-mails when a user registers on my App. So register, confirmation e-mail with link etc.
I have found this:
They suggest using SendGrid, but that is $90/month. Does anyone know a free way to do it?
The article suggests SendGrid because they offer a free account. The free account link is in the middle of the article.
You can send 100 emails per day which is good for small applications.