Include alt attribute in open entry point for campaigns

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rorosa
    Member
    • Feb 2017
    • 69

    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.
  • rorosa
    Member
    • Feb 2017
    • 69

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

    Comment

    • rorosa
      Member
      • Feb 2017
      • 69

      #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

      • yuri
        Member
        • Mar 2014
        • 8512

        #4
        Thanks.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...