smtpmail

  • Thread starter Thread starter Taps
  • Start date Start date
T

Taps

Had an issue with the stmpmail class (under System.Web.Mail namespace,
v1.1 framework).
All of a sudden the emails were not getting sent in our production box
(OS - Windows 2000). Found that after the smtpmail.send method was
called, no exception was raised. So it did not send any emails
neither did it throw an exception (which it should have). So after
the 'send' method was executed, the program just hung up. We are on
v1.1 of the framework, so cannot use the new v2.0 System.Net.Mail
classes. After the server was rebooted, it started working.

My question is -
1. If no exception is raised, how do you debug in such a situation.
2. Are their any other classes in v1.1 that can be used for reliable
emailing.
Any other comments welcome.

Thanks.

Taps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top