0
worldofss created
Dears, We using framework angular 7 and entity core, We set email configuration and try the test email, no email received
1 Answer(s)
-
1
Try in CoreModule file to comment this line.
if (DebugHelper.IsDebug) { //Disabling email sending in debug mode Configuration.ReplaceService<IEmailSender, NullEmailSender>(DependencyLifeStyle.Transient); }