S
srinivas
Hi All,
I have created an ASP.net application(.net framework v1.1) in which I am
using System.web.mail namespace for sending the emails.
If the email ID is wrong or if the destination mail box is full then ASP.net
is not throwing any error.My application is still executing .
But the failure message is coming to the sender's email box.
I want to capture the error thrown by the destination mail server within the
ASP.net application itself.
Is there any way in ASP.net to capture this?
Please help!
Thanks in advance
I have created an ASP.net application(.net framework v1.1) in which I am
using System.web.mail namespace for sending the emails.
If the email ID is wrong or if the destination mail box is full then ASP.net
is not throwing any error.My application is still executing .
But the failure message is coming to the sender's email box.
I want to capture the error thrown by the destination mail server within the
ASP.net application itself.
Is there any way in ASP.net to capture this?
Please help!
Thanks in advance