Hi.
I have set up a paragraph with the Extranet/Intranet (Extended) module to use as a login page.
Its using all the standard templates for the module and a nolayout page tamplate.
When i try to get it to send an email with a password reset link im getting this error:
An error occured while attaching module (Dynamicweb.Frontend.Content)
System.Exception: No valid SMTP host found. Please specify a valid SMTP host in Control Panel.
at Dynamicweb.EmailHandler.Send(MailMessage mailMessage, Boolean logging, Boolean throwException)
at Dynamicweb.Security.SendForgotPasswordEmail(String userEmail, String userName, String password, Boolean isNewPwd, String recoveryUrl, String emailTemplateFolder, Dictionary`2 emailTagVals)
at Dynamicweb.Modules.UserManagement.Frontend.SendPasswordRecoveryLink(User user, Int32 linkLifeTime)
at Dynamicweb.Modules.UserManagement.Frontend.HandleLogin(ParagraphSettings settings, Dictionary`2 errors)
at Dynamicweb.Modules.UserManagement.Frontend.GetContent()
at Dynamicweb.Frontend.Content.GetModule(DataRow& ParagraphRow)
I have tried with both the standard smtp server and my own
Does anyone know what i can do to fix this?
Thanks
Henning Jensen