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.
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 Patel 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 wrote:
Preksha Patel 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 marnen@marnen.org
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.
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.
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.
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 Silva wrote: