iFrame manipulation for readable text
parent
b41d731c6c
commit
01b56d97e9
|
@ -18,7 +18,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% if mail.html %}
|
{% if mail.html %}
|
||||||
<div>
|
<div>
|
||||||
<iframe srcdoc='{{ mail.html }}'></iframe>
|
<iframe srcdoc='{{ mail.html|replace({'<html>': '<html style="color: white"'}) }}'></iframe>
|
||||||
</div>
|
</div>
|
||||||
{% elseif mail.textAsHtml %}
|
{% elseif mail.textAsHtml %}
|
||||||
<div class="mail_body">
|
<div class="mail_body">
|
||||||
|
|
Loading…
Reference in New Issue