Before deploying SMS now we were using external gateway services, and we were using email to SMS services. Command we use to send email to sms cat smstest.txt | mail -s "Username:USERID Password:PASSWORD To:MOBILENUMBER" sendsms@DOMAIN.COM
where smstest.txt was our alert msgs to sent and mail -s used to send email from UNIX and login details with e-mail sms gate-way Please advice how to configure SMS Now for above scenario
Down at the bottom of that page, there is a link that allows you to download a copy of "sms.js", which you can easily use from the command line to send an SMS.