0
squaresunion created
Hello, Ive been looking for this in vain. How to activate email in debug mode please. Working on .Net Core/Angular 5.
Thanks
2 Answer(s)
-
0
found the answer :) if class SquaresUnionCoreModule find line of code if (DebugHelper.IsDebug) { //Disabling email sending in debug mode Configuration.ReplaceService<IEmailSender, NullEmailSender>(DependencyLifeStyle.Transient); } Hope this will help somebody else. Regards
-
0
it writes the code in host logs