Re: About tracking mail-send failure
From: Andrei Suvorov (Andrei_SuvorovPLEASENSPAM_at_epam.com)
Date: 03/31/04
- Next message: Marc Scheuner [MVP ADSI]: "Re: Winforms and Appsettings in App.config file?"
- Previous message: Andrei Suvorov: "Re: apsnet_wp.exe non-default identity vs. System.Web.Mail.SmtpMail"
- In reply to: WEIWEIWEI: "About tracking mail-send failure"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 31 Mar 2004 09:10:58 +0300
You need to dig to innerException(s). Useful information like "Unable to
relay" can be found there.
Regards,
Andrei Suvorov.
"WEIWEIWEI" <anonymous@discussions.microsoft.com> wrote in message
news:DE85D64F-5565-41BE-B889-AD1EEDF0232D@microsoft.com...
> Hi All
>
> I am using SmtpMail.Send in a .NET(C#) program to send out a email
message. How can I (or can I?) track if the mail is not delievered to the
recipient successfully in the same program immediately after sending??
>
> If I send email to, say, xxxx@yyyy.com(assume a not-existing address), I
would still sending out the mail.The System.Web.HttpException doesn't help
as it only capture a "non well-formed" email address (like xxxx without
@yyyy.com).
>
> Many thanks in advance!
>
>
- Next message: Marc Scheuner [MVP ADSI]: "Re: Winforms and Appsettings in App.config file?"
- Previous message: Andrei Suvorov: "Re: apsnet_wp.exe non-default identity vs. System.Web.Mail.SmtpMail"
- In reply to: WEIWEIWEI: "About tracking mail-send failure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|