What is the equivalent for IIdentityMessageService on ASP.NET Identity 3.0?
问题 On ASP.NET Identity 2.X we could configure a notification infrastructure trhough the IIdentityMessageService interface available at the Microsoft.AspNet.Identity.Core library, which was not upgraded to version 3.0. What are the practices for configuring messaging infrastructure on ASP.NET Identity 3.0? 回答1: It seems that there is no more email service plugged to the Asp.Net Identity. You just define your own interface. The role of ASP.NET identity is to generate and validate the e-mail