Skip to content

backupbrain/php-email-open-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Open Tracking in PHP

This code shows how to use HTML emails and PHP/MySQL to track email opens and clickthroughs

It is intended as a complement to my tutorial: http://tonygaitatzis.tumblr.com/post/65647388814/big-data-email-open-tracking-in-php

Configuration

Set up your settings file to reflect your MySQL server settings.

$settings['mysql']['server'] = 'localhost';
$settings['mysql']['username'] = 'mysqluser';
$settings['mysql']['password'] = 'mysqlpassword';
$settings['mysql']['schema'] = 'tracker_example';

Now You should be good to go.

About

Track how your email campaign subscribers open and click through your emails.

Resources

License

Stars

33 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages