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

Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)

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);
        }
    
    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)