Re: send mass email
A notice displays a message on the site only; an email isn’t sent out.
In the default theme, this is shown on the sidebar.
Use the following template tag to display notices:
<?php
if ( function_exists( 'bp_message_get_notices' ) )
bp_message_get_notices();
?>