I have trouble with forms that will not send e-mails. The settings all seem ok, and the data records are stored in the database. Testing the smtp settings works fine. And the smtp server allows relaying. I have also tried sending newsletters, this doesn’t work either.
Need some help figuring out what the problem is. Below is the error message in Host log after submitting a form.
Thanks in advance!
2015-09-22 11:26:02,389 [evasyscorp][Thread:53][FATAL] DotNetNuke.Services.Exceptions.Exceptions - System.Web.HttpException (0x80004005): The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
at System.Web.UI.ControlCollection.Add(Control child)
at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control ctrl, Exception exc, Boolean DisplayErrorMessage)
2015-09-22 11:26:02,439 [evasyscorp][Thread:53][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=122&def=ErrorMessage
System.Web.HttpException (0x80004005): The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
at System.Web.UI.ControlCollection.Add(Control child)
at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, Control ctrl, Exception exc, Boolean DisplayErrorMessage)