R
Riku Kosonen
Hi,
We have some problems with sending mail with the SMTP service on IIS
(Windows 2000). We use the ASP.NET platform and have an ASPX-page that sends
different mail messages to about 1000 clients.
After some tests we found out that in one test some messages didn't arrive
at all to the recipient. All logs state that the operation went nicely (no
errors, no bad mail in the mailroot, etc.). We suspect that the target mail
server (all messages went to the same server) blocked some messages (maybe a
spam-filter or something). Is this possible?
In one test the operation was aborted by a exception (after 960 out 1000
messages sent). The exception in below. Any idea what caused the exception?
Exception:
System.Threading.ThreadAbortException
Source:
mscorlib
Message:
Thread was being aborted.
Stacktrace:
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 invokeAttr,
Binder binder, Object target, Object[] args, ParameterModifier[] modifiers,
CultureInfo culture, String[] namedParameters)
at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String
methodName, Object[] args)
We have some problems with sending mail with the SMTP service on IIS
(Windows 2000). We use the ASP.NET platform and have an ASPX-page that sends
different mail messages to about 1000 clients.
After some tests we found out that in one test some messages didn't arrive
at all to the recipient. All logs state that the operation went nicely (no
errors, no bad mail in the mailroot, etc.). We suspect that the target mail
server (all messages went to the same server) blocked some messages (maybe a
spam-filter or something). Is this possible?
In one test the operation was aborted by a exception (after 960 out 1000
messages sent). The exception in below. Any idea what caused the exception?
Exception:
System.Threading.ThreadAbortException
Source:
mscorlib
Message:
Thread was being aborted.
Stacktrace:
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 invokeAttr,
Binder binder, Object target, Object[] args, ParameterModifier[] modifiers,
CultureInfo culture, String[] namedParameters)
at System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String
methodName, Object[] args)