0
worldofss created
Dears, We using framework angular 7 and entity core, We set email configuration and try the test email, no email received
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
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); }Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)