click link embed in text of body mail not working

Issue #982 resolved
lâm nguyễn hoàng created an issue

My email content contains an embedded <a> hmtl tag, but when I click on it does not show that link! Please help me handle this problem! tks so much

Comments (3)

  1. Janos SUTO repo owner

    This is normal, since the gui doesn't suppose to be a full featured webmail, instead it would give you a preview only.

    Anyway, if you insist on to have the links clickable, then edit model/search/message.php, and set false to the items below:

          $config->set('URI.DisableExternal', 'true');
          $config->set('URI.DisableExternalResources', 'true');
    
  2. lâm nguyễn hoàng reporter

    Many thanks Janos for the quick and enthusiastic support ! i got it ! it working

    Screen Shot 2019-04-22 at 10.25.21 PM.png

  3. Log in to comment