Setting up .net identity email sending

So i have a question bcs i set up mailkit in my app, named it emailSender created interface etc. And i saw in api endpoints that swagger shows that .net identity got a endpoint for sending email confirmations. How can i set identity to work with my MailKit. The email system is working perfectly fine ( I have send myself few mails from Email endpoints) Do you have any usefull videos about it or i messed up somewhere in my code, or it is one line of code? xDDDD
No description
No description
No description
No description
5 Replies
FilozoFMiłośnikSzopów
????????????
glhays
glhays2w ago
Maybe you can find some useful info in the article. As you say you have your service working to send emails, so it seems likely it is in your Identity that needs something other than just the endpoint. So move past in the article to the link for configuring identity. https://dotnettutorials.net/lesson/configuring-email-service-in-asp-net-core-identity/
Dot Net Tutorials
Dot Net Tutorials
Configuring Email Service in ASP.NET Core Identity
In this article, I will discuss Configuring Email Service in ASP.NET Core Identity, i.e., How to Send Email in ASP.NET Core Application.
glhays
glhays2w ago
Ignore the Google setup your past this part. @FilozoFMiłośnikSzopów ^^^ Let us see the register endpoint code?
FilozoFMiłośnikSzopów
Just found out. This class need <User> after... Just created adapter after to connect everything together and its working 🙂
No description
No description

Did you find this page helpful?