SMS Bean buidling

Hello everyone,

I am attempting to build a JavaBean which will send SMS messages to cell phones of my customers.

  1. Does anyone have experience with using beans in servoy, or better yet, building beans to use in Servoy.

  2. Does fellow servoyian have information about SMS java beans, or sending sms messages using a computer and a database?

Thanks for your help!

cheers! :)
Fire

fire:
Hello everyone,

I am attempting to build a JavaBean which will send SMS messages to cell phones of my customers.

  1. Does anyone have experience with using beans in servoy, or better yet, building beans to use in Servoy.

  2. Does fellow servoyian have information about SMS java beans, or sending sms messages using a computer and a database?

Sending SMS messages typically requires a gateway provider because each cell phone network has to allow you to send the message.

There are either third party providers or you have to contract with the providers whose networks you want to send through.

The absolute easiest way to send an sms message is to use the carrier’s email gateway. For example. My carrier is AT&T. They provide a method for people to send SMS using xxxxxxxxxx@mobile.att.net (where x is replaced with the cell phone number of the intended target)

I’ve done a lot of research in this area and there are resources where you could build a bean. But if the networks you are wanting to send messages to are big enough, they will have email to sms gateways that are free. Here is a long list of urls I have found through my research.

Open SMPP at Logica http://opensmpp.logica.com/CommonPart/I … uction.htm
SMS Forum http://www.smsforum.net/
SMS.ac http://www.sms.ac/
Agile Telecom SMS Driver http://www.smsdriver.com/
Bigfoot SMS Service http://sms.bigfoot.com/
Freemail Guide http://freemailguide.com/free_sms.html
Text Me Free http://www.textmefree.com/
SMS Everywhere http://www.smseverywhere.com/sendsms.htm
SureSMS http://www.suresms.com/
DataRemote http://www.dataremote.com/
Maxon http://www.maxon.co.uk/
NetInformer SMS Service http://www.netinformer.com/
Kannel: Open Source WAP and SMS gateway http://www.kannel.org/
SMS Server Tools http://www.isis.de/members/~s.frings/sm … index.html
GNOKII Open Source http://www.gnokii.org/
e-Spectations Bulk SMS http://www.e-spectations.com/html/lynxsmspricing.html
Text America http://www.textamerica.com/
NetInformer - Mobile SMS Solutions http://www.netinformer.com/
Mobile SMS http://www.mobilesms.com/main.asp
MAKNOL SMS http://www.smscgateway.com/
Global Networks, Inc. http://www.gni.ch/news/index.php
SMSRelay: The Short Message Delivery Service http://www.smsrelay.com/
Welcome to JAVNA web site http://www.javna.com/

Right on! Thanks alot for your input!

I am located in Korea currently, so would be messaging korean networks… any leads here?

cheers

Fire

You could contact the telecom providers overthere, search the local yellow pages or even search through google. I found this link for example:

http://sms.asiadragons.com/southkorea/

I’m sure there are many many more and many of them will provide an API that will be easy to integrate within Servoy.

Servoy Developer Installation Details Configuration.txt (119 KB)

API will help you to send bulk sms and also it is easy to use and integrate.

I suggest (http://www.msgclub.net/sms-service/bulk-sms-api.aspx) msgclub they will provide good service.