How to send Sms message from system to mobile?
Code Snippet:
Twilio.init(ACCOUNT_SID,AUTH_TOKEN); Message message = Message.creator(new PhoneNumber("+91 77##########"),new PhoneNumber("+170#########"), "your otp is 123456").create();
Posted on October 25, 2018
By Sridatta Pani
Twilio.init(ACCOUNT_SID,AUTH_TOKEN); Message message = Message.creator(new PhoneNumber("+91 77##########"),new PhoneNumber("+170#########"), "your otp is 123456").create();
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy Policy
Accept