Phish Templates - How to prevent an image URL displaying in the Outlook inbox preview

If an image URL appears within the Outlook inbox preview (see below), you can resolve this by adding a hidden text snippet immediately after the <body> tag within the phish template source code. 

Simply replace the bold text below with your required text.

Source code example:

<div style="display:none; max-height:0; overflow:hidden; font-size:0; line-height:0; color:#ffffff;">
This is the preview text that will appear in inboxes instead of an image URL.
</div>

Back to all articles