1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Truncated Emails Received by Some Clients

Discussion in 'Content Management' started by rickvidallon, Apr 19, 2007.

  1. #1
    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? Anyone else seen this problem with user receiving cut-off or incomplete HTML text emails?
     
    rickvidallon, Apr 19, 2007 IP