Jump to content

Hey guys! So I 'm trying to figure out how to make a counter that will automatically display th...


G+_Bryan Park
 Share

Recommended Posts

Hey guys! So I'm trying to figure out how to make a counter that will automatically display the number of subscriptions I have based on incoming emails. I have emails that come in every time someone has subscribed and every time some one unsubscribes. Id like to use these as a trigger to show me at a glance how many subscriptions I have. Something like a digital counter maybe a 7segment display? Any ideas?!

Link to comment
Share on other sites

Maybe even simpler: filter subscribe and unsubscribe to one folder each. That use your favorite scripting language to check the total count in both folder. The rest is simply ($subscribe-$unsubscribe) given that you have each an every mail still around. Else you need to fix this by starting from 0 for your folders and adding the fix number of subscribers at that time.

Link to comment
Share on other sites

 Share

×
×
  • Create New...