Tag: email
-
“Hey Facebook, Stop Spamming Me!”
I overheard my wife chatting about Facebook with a friend the other day, and she said something that might be a rather common sentiment for many Facebook users these days: “I loved that picture, but I didn’t click Like because I knew I’d get spammed with everyone else’s comments.” If you’re unfamiliar with Facebook friend... Read More
-
Get An Email List of All Authors On Your System
This little snip of code will dump out a list of all the users and their email addresses on your install in a comma-delimited format that you can easily import into your email client. It’s particularly useful on larger installs: <mt:Authors include_blogs="all"> <mt:IfNonEmpty tag="AuthorEmail"> <mt:IfNonEmpty tag="AuthorDisplayName">"<mt:AuthorDisplayName />" </mt:IfNonEmpty> <<mt:AuthorEmail />>, </mt:IfNonEmpty> </mt:Authors> And the Authors... Read More