Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.9.0
-
Fix Version/s: 5.11.0-b1
-
Component/s: Client Interface, Staff Interface
-
Labels:None
Description
Show HTML emails in the email log, at least for the client area. Can be done with srcdoc iframe, as shown below:
<iframe srcdoc="HTML HERE"></iframe>
srcdoc="<?php echo $this->Html->safe($logs[$i]->body_html);?>"