Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-5086

Verify Your Email Template not logging to email log what is actually sent

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Won't Fix
    • Affects Version/s: 5.9.1
    • Fix Version/s: 5.10.0-b1
    • Component/s: Staff Interface
    • Labels:
      None

      Description

      Some people make a code change and wrap emails with a nice header/footer. Attached is an example of such a code change. The problem is that the "Verify your email address" email does not log the full HTML, but all other email templates appear to do so.

      We should fix whatever is different with "Verify your email address" so that it works consistently. Separately we'll add a way to use an HTML email template, in which case this problem will happen out of the box.

        Activity

        Hide
        jonathan Jonathan Reissmueller added a comment -

        This is a matter of where the custom code was placed. The html alteration need to happen before the masked loggable content is stored around line 666

                        $email_masked = $this->buildEmail($action, $company_id, $lang, $masked_tags);
        

        Probably needs to happen inside buildEmail()

        Show
        jonathan Jonathan Reissmueller added a comment - This is a matter of where the custom code was placed. The html alteration need to happen before the masked loggable content is stored around line 666 $email_masked = $ this ->buildEmail($action, $company_id, $lang, $masked_tags); Probably needs to happen inside buildEmail()

          People

          • Assignee:
            jonathan Jonathan Reissmueller
            Reporter:
            admin Paul Phillips
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              5/Apr/24

              Time Tracking

              Estimated:
              Original Estimate - Not Specified
              Not Specified
              Remaining:
              Remaining Estimate - 0 minutes
              0m
              Logged:
              Time Spent - 43 minutes
              43m

                Agile