A broadcast message is a standard single message sent to subscribers. Unlike follow up messages that can repeat at certain times, a broadcast message is sent once only.
You'll see the send status of a message along with
the send date/time beneath each message. This can be useful if you accidentally disabled a message and wasn't sure if it was sent.
Send counts are auto updated every 20 seconds and will disappear automatically if completed.
You can disable the auto refresh or increase / decrease the refresh time in the "control/options.php" file.
define('ENABLE_ACTIVE_BROADCASTS', 1);
define('ACTIVE_BROADCASTS_REFRESH', 20000);
A
icon denotes if a message is active.