Sms->number = '5551234567'; //10 digit cellphone number $this->Sms->carrier = 'Sprint'; //carrier string $this->Sms->from = '5553331111'; //10 digit cellphone number OR email address $this->Sms->text = 'This is a text message'; //Body of text message. $this->Sms->send(); //Actually send the text message.?>