DavidAJohn / FotoStorioMicroservices

.NET application built using a microservice architecture with Docker containers. Includes a Blazor WebAssembly e-commerce store with Stripe Elements payment integration.
23 stars 4 forks source link

Email confirmation when registering #7

Open DavidAJohn opened 1 year ago

DavidAJohn commented 1 year ago

I'd like to make it a requirement that an email address needs to be confirmed when registering.

I think using a service like SendGrid may be the answer.

Their C# library can be found here: https://github.com/sendgrid/sendgrid-csharp