Reply to topic
Email Application Sending (Some) Truncated Emails
rickvidallon


Joined: 15 Nov 2004
Posts: 26
Location: Virginia Beach,VA
Reply with quote
We have a scheduled task which runs every 5mins and sends pending email campaign.

The scipt has been written in VB and following is the code which actually sends the mail:
set mailer = createobject("cdo.message")
mailer.subject = this_subject
mailer.from = "name<email address>"
mailer.to = this_to
mailer.htmlbody = this_body
mailer.send
set mailer = nothing
PROBLEM: The process is working fine for most of the email clients, but email body is cutting off for SOME of the clients with domains ending in rr. (road runner) and a few other miscellaneous domains.

Any suggestions or work arounds out there?
whitesites


Joined: 05 Jul 2004
Posts: 172
Location: Houston, TX
Reply with quote
I'll assume that you are sending an HTML email. Add some Newline characters throughout your email body. Like after each Table </TD> Else your body is sent as one really long character string without any breaks. Some Systems can't take that much data on a single line. I used to have the same problem and that solved it.
Email Application Sending (Some) Truncated Emails
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic