I sent a scheduled email out with 200 as the increment size. Only 24 emails went out and I get errors in the Scheduler and Event Viewer shows this:
Should I change the increment to 25 (maybe WH4Life limits it to 25 at a time?)
InnerException: The message could not be sent to the SMTP server. The transport error code was 0x800ccc67. The server response was 421 4.0.0 Tarpitting active for ⏎.226.30.50]
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.Web.HttpException: The message could not be sent to the SMTP server. The transport error code was 0x800ccc67. The server response was 421 4.0.0 Tarpitting active for ⏎.226.30.50] ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException (0x80040211): The message could not be sent to the SMTP server. The transport error code was 0x800ccc67. The server response was 421 4.0.0 Tarpitting active for ⏎.226.30.50] --- 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.CallMethod(Object obj, String methodName, Object[] args) --- End of inner exception stack trace --- at System.Web.Mail.SmtpMail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) at System.Web.Mail.SmtpMail.CdoSysHelper.Send(MailMessage message) at System.Web.Mail.SmtpMail.Send(MailMessage message) at Dataspring.DNN.Modules.OptInAdvanceEmail.clsGlobals.DSMail(String MailFrom, String MailTo, String Cc, String Bcc, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword)
Source: |