"Failure sending mail" error with System.Net.Mail
am 18.11.2007 17:19:08 von shil
Hi all,
I'm using System.Net.Mail (Framework 2.0) to send emails on scheduled
basis. This works great on Windows 2000 server. Rently we have
upgraded our servers to Windows 2003. Since then some of the emails
are failing from being sent to people. Ratio is like 1 in 30 are being
failing, I thought it is the mail size issue and I have unchecked the
mail size limit on SMTP server. Still I couldn't figure out why few
are not going out.
Any help is appreciated.
Thanks in advance.
Re: "Failure sending mail" error with System.Net.Mail
am 19.11.2007 06:35:11 von notmyfirstname
Shil,
What is your idea how we can help you?
We know now that it fails sometimes on server 2003 while you think it did
not on 2002 (or have you a way to proof the latter?)
Cor
"shil" schreef in bericht
news:5ce74811-d483-4a5c-8386-9055edb0e8ef@d61g2000hsa.google groups.com...
> Hi all,
>
> I'm using System.Net.Mail (Framework 2.0) to send emails on scheduled
> basis. This works great on Windows 2000 server. Rently we have
> upgraded our servers to Windows 2003. Since then some of the emails
> are failing from being sent to people. Ratio is like 1 in 30 are being
> failing, I thought it is the mail size issue and I have unchecked the
> mail size limit on SMTP server. Still I couldn't figure out why few
> are not going out.
>
> Any help is appreciated.
>
> Thanks in advance.
Re: "Failure sending mail" error with System.Net.Mail
am 20.11.2007 23:03:17 von shil
Proof... yes. We do log the actions on each email that goes out. On
Windows 2000 server they never failed. Now when we have transferred
the same code (VB.NET 2.0) to the Windows 2003 server, couple of the
emails are failing to go out.