The eaiest way
to send SMS or called by any type of program
-
Password from command : smscmd "text" "phone1,phone2" "email" "password"
-
Password from
file : smscmd "text" "phone1,phone2"
OR smscmd "text.txt" "phone.txt"
(password file can be encrypted)
SMSCMD for Windows
Download
Screenshot Register
Unicode version
-
Download and
Unzip smscmd.zip to smscmd.exe readme.htm and sms4mail.txt
-
Windows command run smscmd directly, No installation required.
Easy to be called by any type of program or put on schedule.
Steps to put on Windows Scheduler
-
Add additional argument "-debug" if you need to check what
STRING passed from your program without SMS sending
-
Sample sending to 2 USA local # and 1 Global # to U.K.
(Put leading + for global #)
- password from command :
smscmd "sms
text here ..."
"7186791234,9175454321,+447121027123" "registered@sms4mail.com"
"abc123"
-
password from
file :
smscmd "sms
text here ..." "phone.txt"
OR smscmd "text.txt" "phone.txt" (It is free format,
see sample)
- change
email and password in file sms4mail.txt then put sms4mail.txt in the
same directory with smscmd.exe or under c:\smscmd
- run smscmd genkey to
generate encrypted password file from
sms4mail.txt to smscmd.key.Program checks smscmd.key first then sms4mail.txt for
password
put smscmd.key and smscmd.exe
in USB drive or cloud then you
can send SMS anywhere. Also it is secure to share smscmd.key
file to
team without password to send SMS
- Message is up to 155 chars
. Put local mobile # or put leading + with
country code to global
Usage help : smscmd helpCode Sample - Called by JAVA VB VC++ C#
|
SMSCMD for Linux
Download for x86
or Download for
ARM
Register
Unicode version
-
Linux command send SMS. Run directly.
No installation required. Both 32 and 64 bits Linux supported
-
Screenshot on running in RedHat,Ubuntu,SuSe and Debian
- It
is compatible to any Linux platform.
Easy to be called or put on schedule
-
Download and Unzip to smscmd readme.htm and
sms4mail.txt to the same directory
-
You can run as usage1 or usage2 , same as above Windows version
but input from .txt file is not supported in Linux version
- Message is up to 155 chars.
Put local mobile # or put leading + at the beginning with
country code to global
-
Usage help : smscmd help
-
Shell/Perl/PHP/Python sample code
-
Download Perl/PHP/Python call
smscmd sample, it already includes smscmd command.
Update sms4mail.txt email and password,run smscmd genkey
to generate encrypted password file smscmd.key then remove
sms4mail.txt for safety
-
perl smscmd.pl 'text' 'phone1,phone2'
-
python smsmcd.py 'text' 'phone1,phone2'
-
php smscmd.php 'text' 'phone1,phone2
|
SMSCMD has been using in many IT departments. You may already have some
monitoring tools, they are able to pass alert text to trigger smscmd for event alert such as
UPS failure, Temperature too high,
Intrusion detection, Security alarm, Heavy Rain alarm, Weather
alarm, Hospital emergency event alarm ...etc.
|