SMSNotifier check status variable
At modules/SMSNotifier/models/Record.php in the checkStatus() function you forgot to use the $statuscolor variable.
Just replace:
statusDetails[0]);
With:
statusDetails[0], array('statuscolor' => $statusColor));
data);