Serving an image as a script
A lot of times, we try to track user details by embedding an image in the email which is actually a script that does some logging before actually spitting out the image content. This is old-school.
logo.php :
<?php
$IP = $_SERVER['REMOTE_ADDR'];
$B ...
anjanesh.dev2 min read