Results 1 to 5 of 5

Thread: HTML E-mail parses URL

  1. #1
    DutchDude is offline Junior Member
    Join Date
    May 2009
    Posts
    3

    Default HTML E-mail parses URL

    Hi all,

    I'm having the following problem. I've created an e-mail template for use in an e-mail campaign. The following is going wrong

    In the HTML editor (just the text) I put in a reference to an image <img src="http://www.domain.com/images/image.jpg"> and save the the template. When I then look at the source the reference to the image displays <img src="../images/image.jpg">

    This won't work , is there a way to not have this happen?

    many thanks in advance.

    groet,
    Dutchdude

  2. #2
    DutchDude is offline Junior Member
    Join Date
    May 2009
    Posts
    3

    Default Re: HTML E-mail parses URL

    me again.

    Looks like the URL that is being parsed is the URL of the site SugarCRM is running on.

    so, <img src="http://www.sugarcrmsite.com/images/image.jpg"> is being rewritten to <img src="../images/image.jpg">

    and

    <img src="http://www.othersitewithimage.com/imags/image.jpg"> stays the same.

    Is there anywhere I can change this so the host URL won't be parsed?

    groet,
    DutchDude

  3. #3
    shamimwilson is offline Sugar Community Member
    Join Date
    Mar 2009
    Location
    Banglore India
    Posts
    235

    Default Re: HTML E-mail parses URL

    Hi
    Did you find the solution to the above issue.

    I am having the same issue.

  4. #4
    shamimwilson is offline Sugar Community Member
    Join Date
    Mar 2009
    Location
    Banglore India
    Posts
    235

    Default Re: HTML E-mail parses URL

    Hi forums,

    I am still looking for someone help to the above issue.

  5. #5
    gtmkarl is offline Junior Member
    Join Date
    Jul 2009
    Posts
    2

    Default Re: HTML E-mail parses URL

    I am also running into this problem.tried this
    Open the file, include\javascript\tiny_mce\tiny_mce.js in sugarcrm.

    Change,

    this._def("convert_urls", true);

    into

    this._def("convert_urls", false);

    and nothing! This also only happened once i upgraded. I am also looking for help.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HTML mail and Firefox
    By ales in forum Help
    Replies: 35
    Last Post: 2009-01-28, 08:02 AM
  2. E-mail and HTML question.
    By Lythande in forum Help
    Replies: 0
    Last Post: 2008-12-23, 10:38 PM
  3. No HTML body box in e-mail 4.5.0x
    By toddatsamco in forum Help
    Replies: 9
    Last Post: 2006-10-23, 09:22 PM
  4. WYSIWYG HTML E-mail and E-mail Templates
    By mattjones99 in forum Downloads
    Replies: 4
    Last Post: 2005-07-06, 08:13 PM

Tags for this Thread

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
  •