[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How do you post SMS messages on a website?

Ryan Mr.

8/18/2007 2:37:00 PM

I am developing a website with Ruby that will integrate SMS messaging.
Let's say the site is called http://www.e... for clarity sake.
The primary function of example.com will be accepting incoming sms
messages and then posting these messages to a page on the site. So,
let's say Jane Doe texts, "This is cool", to some number, ultimately
"This is cool" will post to a page on www.example.com. The only
stipulation that example.com needs is that it will have to handle a
large amount of sms messages

Doing some research over the last few days it seems like only viable way
to pull this off is by accessing a SMS gateway. I just want to make
sure that accessing a SMS gateway is the best alternative before
starting a project that will take awhile to complete.

Any advice would be greatly appreciated.

Sincerely,
Ryan
--
Posted via http://www.ruby-....

1 Answer

Taras Koval

8/18/2007 3:42:00 PM

0


18 ???. 2007, ? 17:36, Ryan Mr. ?????(?):

> I am developing a website with Ruby that will integrate SMS messaging.
> Let's say the site is called http://www.e... for clarity sake.
> The primary function of example.com will be accepting incoming sms
> messages and then posting these messages to a page on the site. So,
> let's say Jane Doe texts, "This is cool", to some number, ultimately
> "This is cool" will post to a page on www.example.com. The only
> stipulation that example.com needs is that it will have to handle a
> large amount of sms messages
>
> Doing some research over the last few days it seems like only
> viable way
> to pull this off is by accessing a SMS gateway. I just want to make
> sure that accessing a SMS gateway is the best alternative before
> starting a project that will take awhile to complete.
>
> Any advice would be greatly appreciated.
>
> Sincerely,
> Ryan
> --
> Posted via http://www.ruby-....
>

Try http:...