Send SMS with rails application

hi,

I have added SMS sending functionality in my rails application.It
works in my local pc, but on the live site sms is not sent to any
one…so, is there any thing which i require to setup on the rails
server??

thnaks in advance.

Preksha P. wrote:

hi,

I have added SMS sending functionality in my rails application.It
works in my local pc, but on the live site sms is not sent to any
one…so, is there any thing which i require to setup on the rails
server??

With the information you provided, it’s hard to tell. Are your gems
installed properly on the server? Are there version differences in Rails
or Ruby? What method are you using to send SMS? Are you getting any
errors?

thnaks in advance.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Marnen Laibow-Koser wrote:

Preksha P. wrote:

hi,

I have added SMS sending functionality in my rails application.It
works in my local pc, but on the live site sms is not sent to any
one…so, is there any thing which i require to setup on the rails
server??

With the information you provided, it’s hard to tell. Are your gems
installed properly on the server? Are there version differences in Rails
or Ruby? What method are you using to send SMS? Are you getting any
errors?

thnaks in advance.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

hi,

thanks for your reply…I am not using gem.in my code, for sms sending
functionality, i mail first to the smscountry with mobile number and
message and smscountry send message to concern mobile number.same thing
is working well in my local pc, but on the live site.can any one please
help me?

thanks in advance.

Can you send normal emais from your production server?

kaiiserni wrote:

Can you send normal emais from your production server?

hi,
thanks for your reply.
yes i can.

SMS country might be allowing requests from your development IP
address but not from your production IP. Try to get on phone with them
to sort this out.

On Jan 21, 8:38Â am, Preksha P. [email protected] wrote:

With the information you provided, it’s hard to tell. Are your gems
[email protected]

Posted viahttp://www.ruby-forum.com/.

Is there any log register? Or console output we can look at?Is the gem
install in your rubygems dir?
Would be helpfull info to be able to help you.

cheers

Joao S. wrote:

On Jan 21, 8:38Â am, Preksha P. [email protected] wrote:

With the information you provided, it’s hard to tell. Are your gems
[email protected]

Posted viahttp://www.ruby-forum.com/.

Is there any log register? Or console output we can look at?Is the gem
install in your rubygems dir?
Would be helpfull info to be able to help you.

cheers

hi,

thank for your reply…but there is no any log entry in production log
so, i can’t see.