|
DotNetNuke and Sending Emails
Has anyone setup a DNN site with hostNexus and successfully been able to send emails through the SMTP using the host settings of secure authentication and using port 26? The test email works, but when I have a module that tries and uses the host SMTP settings, I get the following error.
Any ideas?
---------------------------
An error occurred while attempting to send your feedback.
System.Web.HttpException: The transport failed to connect to the server. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x80040213): The transport failed to connect to the server. --- End of inner exception stack trace --- at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) at System.Web.Mail.SmtpMail.LateBoundAccessHelper.Cal lMethod(Object obj, String methodName, Object[] args) --- End of inner exception stack trace --- at System.Web.Mail.SmtpMail.LateBoundAccessHelper.Cal lMethod(Object obj, String methodName, Object[] args) at System.Web.Mail.SmtpMail.CdoSysHelper.Send(MailMes sage message) at System.Web.Mail.SmtpMail.Send(MailMessage message) at DONEIN_NET.Feedback.Mail.mail_send(String recipient, String sender, String body, String subject, String cc, String bcc, String reply_to, String priority, String smtp_server)
|