Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: pftq on June 17, 2011, 05:41:50 PM

Title: SMF Mail Read Tracker
Post by: pftq on June 17, 2011, 05:41:50 PM
Link to Mod (http://custom.simplemachines.org/mods/index.php?mod=2850)

Latest Update: 2015/08/18: Updated to handle gmail prescanning emails.  Fixed install bug in SMF2 version.

   This is a fairly straight forward script that allows you to keep track of which members have read their email announcements or not.  The script logs each announcement sent out to members and sets up a hidden image in each email so that opening the email sends a ping to the website.  This is useful for those wondering if your email announcements ever get through or you are just being ignored. :P
   
   This mod has the capability of tracking individual replies (notifications) as well but only if the SMF Mailing List Mod is also installed.  It doesn't make sense otherwise because normal SMF notifications only tell the user to read the topic on the website - and users have to choose to be notified, meaning it would be their own obligation to read the email.
   
   *Note that by nature of the mod's implementation, this mod would not be able to track emails sent as plain text (for members who don't accept HTML emails.)
Title: Re: SMF Mail Read Tracker
Post by: WasdMan on January 04, 2012, 05:29:00 AM
How does this method because I did not learn.
Admin menu, where you find it?
Title: Re: SMF Mail Read Tracker
Post by: pftq on January 04, 2012, 10:34:40 AM
It is under the post you announce next to the IP/Report to Mod.
Title: Re: SMF Mail Read Tracker
Post by: MaXiForum.cz on January 04, 2012, 11:25:59 AM
Have you screen pls. ? :)
Title: Re: SMF Mail Read Tracker
Post by: pftq on January 04, 2012, 12:39:41 PM
See attached.
Title: Re: SMF Mail Read Tracker
Post by: Sesquipedalian on August 18, 2015, 01:56:16 AM
The installation code in setup.php is buggy for version 2.01 of this mod.
Title: Re: SMF Mail Read Tracker
Post by: pftq on August 19, 2015, 12:21:37 AM
Fixed.  Thanks for letting me know.