SMS Gateway or GSM Modem?
Monday, February 28th, 2005So I?ve been trying to figure out how to send texts out cheaper for our SMS reminder project thing and thought I?d put it on here in case anyone else is trying to find out info on how to send texts from their websites. There are basically a couple of easy ways to send out sms messages:
- Hook up a GSM modem to your server and use it to forward the messages through one of our mobile networks (3, o2, orange etc) using a SIM card
- Use a service provider to route your messages for you
The advantage of using a paid for service is that all the development work is done - you just use their APIs to connect to their servers somehow. The prices you pay per message depend on how many messages you buy from them so if you want to send a large number of texts on a regular basis without much hassle then this could be the best option for you.
The alternative of using a GSM modem (either by bying one or using a mobile and hooking it up with a serial cable) has the disadvantages of it being a more difficult to set up and once it is done then there´s the burden that you have to manage another peice of equiptment that might go down at any time. This is a good option for any webmasters that may want to send a limited number of texts per month. You could get a pay monthly account and use the free texts or even use pay as you go vouchers to keep the costs down.
I´ll let you decide which one is more suitable for you.