Send sms through termux
அனைவருக்கும் வணக்கம்!!!
send sms using termux app
first you need to install these apps from playstore
1] Termux App
2] Termux API App
Now open Termux and follow these steps
installation :
$ apt update
$ apt upgrade
$ apt install termux-api
message sending process :
$ termux-sms-send -n 9999999999 text
9999999999 = Receiver number
text = your message here
Comments
Post a Comment