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 Find or installing nano on Linux ?

🧩 Step 1: Check if Nano is already installed Open your terminal and run: nano --version If Nano is installed, you’ll see version inf...