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.
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()