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 connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...