Forum Moderators: phranque
While I haven't actually played with this segment of communications I believe the wireless companies are trying to agree on a standard language for communicating with wireless devices. I believe WML (wireless meta-language) is the proposed spec though the only mention of it I can find at W3C are position papers - some of which are listed below.
Additional reading:
[w3.org...]
[w3.org...]
[w3.org...]
an SMS script
That sounds good!
Are you saying all I need is a good script? (like sending email)
Do I need to sign up to some kind of service provider that will send the text message? or will it go from my website (Apache & php).
I am based in the UK. I only need something that will send 5-10 texts per week to different mobile phones.
I know for my provider(US) you get a XXX-XXX-XXXX@sprintpcs.com "email" address and that recieves the messages.
I looked into a bit further and found these:
https*//sourceforge.net/projects/linuxsms/
https*//sourceforge.net/projects/smsj/
and a resource:
http*//tuxmobil.org/phones_linux_sms.html
I know some mobiles have an email address (something@something.com) but I think when you want to send a text to most mobiles it just sends to their mobile phone number - I think.
Just sending an email is going to be easy, its sending a text from a website to a mobile number that I need to understand.
Just sending an email is going to be easy, its sending a text from a website to a mobile number that I need to understand.
It's quite easy - look at a few scripts and you'll get the gist of it.
It's not free though, you need to bulk buy messages from an ISP. (Added - I'm talking about the UK here - maybe it's different in the US).
There used to be some ISP's that offered free SMS gateway services, but they tacked their adverts at the beginning of your messages (probably also collected the numbers for spam purposes). Not sure if those kind of services are still available.
TJ
The script to call it was very simple, a CGI as I remember, so you just call something along the lines of the following:-
mySMSwidgetything.com/smsgate.cgi?number=44780123456&message=This is my message text&sender=44877076543
They supplied the CGI. Probably can supply you with an asp/php script or something else now.
The useful thing was the "sender" option - you could make it appear to have come from any mobile phone, or another gateway so that users could "reply" from their phone back to a website script.
TJ
You will of course have to depend on the stability of MSN messenger and your (home) internet connection if you use this solution.
>email?
Right - most mobile phones in the US have sms gateways where you can send sms just as email - thus, folks on Verizon, Sprint and others don't need anything special other than an email script (that's all mine is). mynumber@vtext.com is all I have to have to txt msg anyone.
Sending SMS text messages is very different from sending email. For one thing, there is always a charge required to terminate a message. The charge can be either for sender (which is how native SMS works) or for receiver (how most of email to SMS gateways work) or even on both ends (how some North American providers implemented the service).
It is in many regards preferable to use SMS to email (SMTP gateways) to deliver SMS text messages. Some of the reasons are:
* It is faster (priority is given to traffic coming from SMS Gateway)
* It is paid by the sender
* It can be used to send to almost all global networks
You can find a solid worldwide coverage and easy integration with any application available from http://www.smsto.net.
Regards,
b
[edited by: DaveAtIFG at 2:28 pm (utc) on Dec. 2, 2003]
[edit reason] DeLinked URL [/edit]