Re: eMail all
Well you could create a site notice. Just go to your profile’s message area and click “Compose Message” and check the “This is a notice to all users.” checkbox. I also bubble these notices to the homepage by adding a simple template tag to my home.php template:
<?php bp_message_get_notices(); ?>