hi Shoba24
You can use this demo to test your settings.
https://github.com/abpframework/abp-samples/tree/master/EmailSendDemo
hi MichelZ I will discuss with the team.
hi
Can you try again?
You also need delete the cache templates in C:\Users\yourname\.abp\templates
You can also retry the steps.
Before retry please delete the cache templates in C:\Users\yourname\.abp\templates
hi
Please try to change the Version of all abp packages to 4.4.2.
hi
You can remove the packages in your csproj
files. then remove the related code base on the build error messages.
hi
The all packages of abp should be use same version.
Can you check the packages version in LeptonTheme source code?
hi
What's your identity server configuration info?
hi
You can try to remove this line.
#if DEBUG
context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
#endif