How to find out what type of error it is: Failure sending mail.
- From: "JoeP" <NoSpam@xxxxxxxxxxx>
- Date: Sun, 23 Dec 2007 19:26:55 -0500
Hi All,
How can I find the reason for such an error: Failure sending mail.
Some Code...
oMailMessage.IsBodyHtml = False
oMailMessage.Body = cEmailBody
Dim oSMTP As New SmtpClient
oSMTP.Send(oMailMessage) (in this line I am getting the above err)
Appreciate any feedback
Thanks,
Joe
- Follow-Ups:
- RE: How to find out what type of error it is: Failure sending mail.
- From: Peter Bromberg [C# MVP]
- Re: How to find out what type of error it is: Failure sending mail.
- From: Scott M.
- RE: How to find out what type of error it is: Failure sending mail.
- Prev by Date: Re: invalid Email error for myname@cfl.rr.com address
- Next by Date: Re: How to find out what type of error it is: Failure sending mail.
- Previous by thread: invalid Email error for myname@cfl.rr.com address
- Next by thread: Re: How to find out what type of error it is: Failure sending mail.
- Index(es):