notificationService.sendSms(notificationService.alertRecipient, msg, 'ccu_breakdown')
                  .then(function (smsResult) {
                    deferred.resolve(smsResult);
                  })
                  .catch(function (reason) {