TERMUX SMS


SEND SMS USING TERMUX APP.


$ apt update


$ apt upgrade


$ apt install termux-api

message sending process 


$ termux-sms-send -n 9999999999 text

9999999999 = Receiver number

text = your message here


Enjoy! Follow us for more...

No comments:

Post a Comment

How to make Hash objects with $H() function in JavaScript.mp4

 In JavaScript, you can create hash-like objects using the $H() function, which is commonly associated with the Prototype.js framework. How...