├── LICENSE ├── README.md ├── classes └── EmailTracker.class.php ├── images └── image.jpg ├── settings.php ├── supporting_files ├── EmailCampaign.sql └── email.htm └── trackerimage.jpg.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backupbrain/php-email-open-tracking/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backupbrain/php-email-open-tracking/HEAD/README.md -------------------------------------------------------------------------------- /classes/EmailTracker.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backupbrain/php-email-open-tracking/HEAD/classes/EmailTracker.class.php -------------------------------------------------------------------------------- /images/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backupbrain/php-email-open-tracking/HEAD/images/image.jpg -------------------------------------------------------------------------------- /settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backupbrain/php-email-open-tracking/HEAD/settings.php -------------------------------------------------------------------------------- /supporting_files/EmailCampaign.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backupbrain/php-email-open-tracking/HEAD/supporting_files/EmailCampaign.sql -------------------------------------------------------------------------------- /supporting_files/email.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /trackerimage.jpg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/backupbrain/php-email-open-tracking/HEAD/trackerimage.jpg.php --------------------------------------------------------------------------------