Problems with System.Web.Mail

M

marc gold

I am trying to create a form that allows someone to send a web page (the
whole html not a link) via email. I get the following error.

System.Web.HttpException: Could not access 'CDO.Message' object. --->
System.Reflection.TargetInvocationException: Exception has been thrown
by the target of an invocation. --->
System.Runtime.InteropServices.COMException (0x80040212): The transport
lost its connection to the server.

I am using the mail.BodyFormat = MailFormat.Html (to send the html)

Now this does not fail on all pages, but only on certain pages. Anyone
have any idea? thoughts? solutions?

Thanks in advance
 

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

Top