Base solution for your next web application
Open Closed

SMTP Setting in Host admin #6726


User avatar
0
Noaza created

I created a demo project and I tried to test email setting by sending test email. However, the test email didn't send. Is demo project locked out such a feature bacuse it is a demo project? If yes what are the other limitions for demo project that does not appear in actual created project?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Try in CoreModule file to comment this line.

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