CDO email problem with HTMLBody format

Discussion in 'Classic ASP' started by cfer, Feb 8, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am looking for any information or advice on how to take and keep the information from a textarea form object and assign it to the HTMLBody property of a CDO.Message object. I am using the Replace function to remove the vbCrLf formatting and replace it with the HTML tag. My problem comes that when I send the email, my information is getting cutoff part way through the text. The amount of information is getting cut off is not the same in every email. The email script is for a bulk emailing of between 700-900 emails with the information coming from a database. There is no problem with the information when I attach it to the TextBody property of the CDO.Message object, just with the HTMLBody. I am trying to be able to send the information in HTML format so that I may insert images and links.

    Any ideas or advice would be appreciated.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I have not heard of this problem before nor could i find anything related in Google.

    Did you check the email html source? Is it malformed?


    quote:Originally posted by cfer

    I am looking for any information or advice on how to take and keep the information from a textarea form object and assign it to the HTMLBody property of a CDO.Message object. I am using the Replace function to remove the vbCrLf formatting and replace it with the HTML tag. My problem comes that when I send the email, my information is getting cutoff part way through the text. The amount of information is getting cut off is not the same in every email. The email script is for a bulk emailing of between 700-900 emails with the information coming from a database. There is no problem with the information when I attach it to the TextBody property of the CDO.Message object, just with the HTMLBody. I am trying to be able to send the information in HTML format so that I may insert images and links.

    Any ideas or advice would be appreciated.
    </blockquote id="quote"></font id="quote">
     
  3. Thanks for looking into my problem Bruce. I have discovered through testing with different mail accounts that the problem seems to be comming with any mail clients that are using Shaw accounts. I am contacting Shaw for them to take a look for me.

    Thanks again.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page