Tag: management

  • Get An Email List of All Authors On Your System

    March 13, 2008

    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> &lt;<mt:AuthorEmail />&gt;, </mt:IfNonEmpty> </mt:Authors> And the Authors... Read More