SMSList supports multiple SMS sending from file and can record received SMS on a file.
SMSList files are in readable text format and can be read by human or machine.
The CSV standard format (Comma Separated Values) is used for internal file contents.
This simply means that each file row contains a record, and record fields are separated by a semicolon (';').
You can read/write a csv file from Oracle, MS SQL Server, MySQL, MS Access and almost all databases and data management applications.
You can also create a csv file manually – using MS Excel or a text editor.
A phonebook is a file containing a list of names and phone numbers.
+393486666666;Brian Smith +393377777777;Eric Smith +393483333333;Ava Pollack
You can create one or more phonebooks and save them on different files.
Phonebooks can be used to send single or multiple SMS (a single message text will be sent to all recipients).
To temporarily exclude a recipient from sending, just put a # in front of its row:
#+393377777777;Eric Smith <<< this will be ignored
A message list is a file containing couples of names and phone numbers, each provided with an ad-hoc message.
+393481234567;Tim Anderson;Your credit has expired +393377777777;Eric Smith;Your credit is 8.00 +393358888888;Ned Tiger;Your credit is 15.25
You can create one or more message lists and save them on different files.
Message lists can be loaded on SMSList and used for multiple SMS sending (a different message will be sent to each recipient).
This kind of file is usually produced by an automated system and can also be sent by SMSList through a batch command line (see next paragraph).
The following command can be used by external apps, shell scripts etc. in order to send SMS from file in batch mode:
SMSList <filename>
The <filename> parameter refers to a file containing a message list of SMS messages as described before.
This function is also named bulk SMS.
You can store all received SMS in a daily or fixed file having the following format:
Timestamp;MessageDate;"MT";Originator;OriginatorName;Encoding;MessageText 2008/10/26 18.49.21;2008/10/26 19.37.26;"MT";+393481234567;"Tim Anderson";7;"Our meeting today 10AM" 2008/10/26 19.37.39;2008/10/26 19.37.39;"MT";+393358888888;"Ned Tiger";7;"How are you?" 2008/10/26 19.38.00;2008/10/26 19.38.00;"MT";+393377777777;"Eric Smith";7;"Call me ASAP"
All sent SMS (marked as "MO") and the related delivery reports (marked as "SR") can be saved in a daily or fixed file having the following format:
Timestamp;MessageDate;"MO|SR";MessageStatus;MessageRef;Destination;DestinationName;Encoding;MessageText 2008/10/26 19.37.20;2008/10/26 19.37.19;"MO";0;0;"+393481234567";"Tim Anderson";7;"Your credit has expired" 2008/10/26 19.37.21;2008/10/26 19.37.20;"MO";0;1;"+393377777777";"Ned Tiger";7;"Your credit is 8.00" 2008/10/26 19.37.22;2008/10/26 19.37.21;"MO";0;2;"+393358888888";"Eric Smith";7;"Your credit is 15.25" 2008/10/26 19.38.18;2008/10/26 19.38.14;"SR";0;0;"+393377777777";"Ned Tiger";7;"Your credit is 8.00"
All incoming calls can be stored in a daily or fixed file having the following format:
Timestamp;"IC";Originator;OriginatorName 2008/10/26 21.10.37;"IC";"+393602417469";"" 2008/10/26 21.10.46;"IC";"+393231861829";"Bilbo Baggins" 2008/10/26 21.10.46;"IC";"+393231861829";"Bilbo Baggins"
Sep 20, 2011 - Audiotel Modex GPRS (USB) is newly available on stock.
Jan 12, 2011 - Siemens TC35i and MC35i modems are now replaced by the successor Cinterion MC55i.
Jan 12, 2011 - Audiotel Industrial modem is now replaced by the successor Urmet Industrial.
May 19, 2010 - SMSLibX 2.6 and SMSList 2.14 releases are ready for download.
- Working teams
Contact your customers and mobile co-workers by SMS.
- Mobile marketing
Contact your audience with friendly SMS communication.
- Services and associations
Contact service subscribers and associates by SMS.
- Commercial consultants
Remind fiscal deadlines to your customers with an SMS.
- Medical offices
Send appointment reminders to your patients by SMS.
- Schools
Keep in contact with parents and students by SMS.
Learn how to send SMS and receive SMS with SMSLibX:
Different ways to send and receive SMS messages:
Create a message list and send it to multiple recipients with SMSList.
Integrate SMSLibX ActiveX into your web pages (ASP or other server-side technologies) to send and receive SMS from your site.
With SMSLibX you can add SMS sending and receival capabilities to Excel worksheets and Access databases.