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. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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-sbuyVjPbboAdnm+yROfE0A@public.gmane.orghi, 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. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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, 12:38 pm, Preksha Patel <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> 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 > > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.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. > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Can you send normal emais from your production server? On Jan 21, 8:38 am, Preksha Patel <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> 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 > > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.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. > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
kaiiserni wrote:> Can you send normal emais from your production server?hi, thanks for your reply. yes i can. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Jan 21, 8:38 am, Preksha Patel <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> 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 > > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.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. > -- > 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Joao Silva wrote:> On Jan 21, 8:38 am, Preksha Patel <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> > With the information you provided, it''s hard to tell. Are your gems >> > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org >> -- >> 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. > > cheershi, thank for your reply..but there is no any log entry in production log so, i can''t see. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.