✅ [Dot Net Tutorials] Email Confirmation E-Mail doesnt work
Hello, I'm currently following this Tutorial but everytime I click on the "Register" button to register the Account I get the following error:
Someone here who can help me there?
Dot Net Tutorials
Dot Net Tutorials
Email Confirmation in ASP.NET Core Identity
In this article, I will discuss Email Confirmation in ASP.NET Core Identity, i.e., How to Confirm Email in ASP.NET Core Identity.

17 Replies
did you do this part?

Yes
Did all previous parts
can you share your code as well
Like share the zip?
no I mean only the relevant code using $paste
If your code is too long, you can post to https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code!
Ah okay
BlazeBin - jbqelyczwdph
A tool for sharing your source code with the world!
i suspect you have to register your email service as an IEmailSender, not its own type
you aren't injecting EmailSender service in your constructor btw:
Huh?
Oh yea
so probably that's why you were getting a NRE because your
emailSender
was never instantiated soOh yea I'm dumb
:kitty_dead:
Well tbh its late and in hurry :shyySweat:
Also btw you should follow the official MS Learn docs instead of sites like that, the problem is that these APIs might change so you should stay up to date. Like if you are using MVC you should look into the official docs of MVC Identity etc. However if this works for now then keep going
I know, did that too but I'm in hella hurry and the MS Learn Docs are very time instensive and doesnt really include everything in one like they do
But thank you guys :love_bun:
$close
If you have no further questions, please use /close to mark the forum thread as answered