0
Noaza created
I created a demo project and I tried to test email setting by sending test email. However, the test email didn't send. Is demo project locked out such a feature bacuse it is a demo project? If yes what are the other limitions for demo project that does not appear in actual created project?
1 Answer(s)
-
0
Try in CoreModule file to comment this line.
if (DebugHelper.IsDebug) { //Disabling email sending in debug mode Configuration.ReplaceService<IEmailSender, NullEmailSender>(DependencyLifeStyle.Transient); }