how do I know if SMS has reached at destination in Twilio
问题 i am developing a web app and in that I am sending SMS using twilio gateway.I need to show on my page the status of SMS.If SMS is sent then it will show delivered else it will show pending. So please tell me how do i know whether the message has been delivered or not. Following is the sample code public class Example { public static final String ACCOUNT_SID = "AC5b8866a232v3b63bfgh0f9a872b2dfddd"; public static final String AUTH_TOKEN = "7a0068ca7d07036cbbddeba03370aujdhnm"; public static