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