You can add a MyEmailSender service, then copy the code from the EmailSendDemo to send the mail.
context.Services.Replace(ServiceDescriptor.Transient<IEmailSender, MyEmailSender>());
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/NullEmailSender.cs#L13
i created new project and publish in IIS but same error is thrown
Are you using a new database?
hi trendline
Can you share full steps to reproduce?
Can you test the EmailSendDemo console app on your server?
You can join now, and share your screen.
hi
Can I check it remotely?
https://zoom.us/j/94516947934?pwd=bDhCRE9qeDkxcTZ2dWRoN2xxQ2Y3UT09
I've added this option to HttpApiHost project which is a MVC project,
No need to do this.
We upgrade the Blazorise to the latest. You can try after 5.0.2 is released.
hi
We will make some changes in the next patch version.
hi
You can custom the login page content base on the current tenant. https://community.abp.io/articles/how-to-customize-the-login-page-for-mvc-razor-page-applications-9a40f3cd
hi
This feature requires your ABP >=5.0
https://github.com/abpframework/abp/pull/9701