CRM Open Source Business & Social CRM Software

Results 1 to 4 of 4

Thread: Exclamation marks (!) inserted in html emails

  1. #1
    mathieu is offline Junior Member
    Join Date
    Aug 2006
    Posts
    2

    Default Exclamation marks (!) inserted in html emails

    I've tried to create a campaign based on an html template. When I create the template, everything shows up perfectly within Sugar. When I send this campaign and people receive the email, exclamation marks (!) are inserted in many places. When I look at the source code from an email client (Outlook for instance), I see long lines of code ended with a "!". Also, line breaks are inserted right in th emiddle of words that shouldn't be spanned on two lines.

    Does anybody know how to avoid this?

    Thanks,

    Mathieu
    Attached Images Attached Images    
    Last edited by mathieu; 2006-08-02 at 09:44 PM.

  2. #2
    mathieu is offline Junior Member
    Join Date
    Aug 2006
    Posts
    2

    Default Re: Exclamation marks (!) inserted in html emails

    Problem solved. Thanks Jennifer!

  3. #3
    cywolf's Avatar
    cywolf is offline Sugar Community Member
    Join Date
    Oct 2005
    Location
    Toronto, Canada
    Posts
    223

    Default Re: Exclamation marks (!) inserted in html emails

    So, what did you do to fix it? Update to a newer version?
    Andrew Whitehead
    The Long Reach Corporation
    http://infoathand.com

  4. #4
    nrage is offline Sugar Community Member
    Join Date
    Apr 2006
    Posts
    17

    Wink Re: Exclamation marks (!) inserted in html emails

    I solved it by substituting the line

    PHP Code:
    $this->current_emailtemplate->body_html=from_html($this->current_emailtemplate->body_html); 
    with this:

    PHP Code:
    $this->current_emailtemplate->body_html=from_html(wordwrap($this->current_emailtemplate->body_html996)); 
    in EmailMan.php
    Last edited by nrage; 2006-09-05 at 04:59 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •