Announcement

Collapse
No announcement yet.

Include alt attribute in open entry point for campaigns

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Include alt attribute in open entry point for campaigns

    It could be great if you include the following attribute to get the best score from Spam Filters

    <img alt="OpenEntryPoint" width="1" height="1" border="0" src="https://mycompany.com/?entryPoint=campaignTrackOpened&id=5a020aa703a0edb 9a">
    Last edited by rorosa; 11-08-2017, 11:10 AM.

  • #2
    Sorry, I open it as a bug but it is in fact a feature.

    Comment


    • #3
      In order to get a 10/10 score in spam filters it is necesary to include the alt atribute within the file https://github.com/espocrm/espocrm/b.../MassEmail.php
      , line 386 should be like this:
      $trackOpenedHtml = '<img alt="OpenEntryPoint" width="1" height="1" border="0" src="'.$trackOpenedUrl.'">';
      instead of $trackOpenedHtml = '<img width="1" height="1" border="0" src="'.$trackOpenedUrl.'">';

      Comment


      • #4
        Thanks.

        Comment

        Working...
        X