Sending SMS text message using twilio not working
问题 I am trying to send SMS message from c# unit test code but I am not able to receive the text message and I don't know where to debug this. Also, inside my response object, I get the value "Bad Request". What am I doing wrong. Also in while loop, I wait for the response to get processed. Here is my code. [TestMethod] public void TestMethod1() { Assert.IsTrue(SendMessage("+1MYFROMPHONENUMBER", "+1MYTOPHONENUMBER", "sending from code")); } public bool SendMessage(string from, string to, string