Email to SMS how to

Email to SMS how to SearchSearch
Author Message
Adnan Ansari
New member
Username: Amlak

Post Number: 1
Registered: 04-2007
Posted on Wednesday, April 11, 2007 - 06:35 am:   

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
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7104
Registered: 10-2002
Posted on Friday, April 13, 2007 - 07:28 pm:   

Hi,

Are you actually looking to configure e-mail to SMS?

It sounds like you actually just want to use a command line program to send an SMS ... is that correct?

Use the "sms.js" script described here:

http://www.nowsms.com/support/bulletins/tb-nowsms-008.htm

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.

-bn