Base solution for your next web application
Open Closed

Test Email not sending #6724


User avatar
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)
  • User Avatar
    1
    digitalcontrol created

    Try in CoreModule file to comment this line.

    if (DebugHelper.IsDebug)
        {
            //Disabling email sending in debug mode
            Configuration.ReplaceService<IEmailSender, NullEmailSender>(DependencyLifeStyle.Transient);
        }