How to track open status of an E-Mail

HTML

1
<img src="url" style="width:0px;height:0px;">

Call with your script

1
<script type="text/javascript" src="url"></script>

Page does not support script?

1
2
3
<noscript>
<iframe src="url" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>

Improve stability : Using combo “script + noscript”