mercredi 8 avril 2015

sending sms in twilio using asp.net

twilio is work with me but I need to send the message to the number entered in the textbox by the user like (the name of the textbox is Phone_no)



var phone = Phone_no.Text;

var sms = message.SendMessage("", "phone", "Your code is:" + randomCode, "");


so can you help me please





Aucun commentaire:

Enregistrer un commentaire