actually everythin is fine at home.. emails are getting send from the rails application to gmail account through which we send our emails..but wen we use the same code in college computer connected to Lan the emails where not getting send from the rails application to our gmail account and hence the mails where not getting delivered ... does any one have the idea for this problem..all the firewalls in college computer has been removed even the anivirus also --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''d use wireshark to make sure the packets are getting sent to gmail. On Fri, May 2, 2008 at 4:58 PM, raj <rao.rajat007-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > actually everythin is fine at home.. emails are getting send from the > rails application to gmail account through which we send our > emails..but wen we use the same code in college computer connected to > Lan the emails where not getting send from the rails application to > our gmail account and hence the mails where not getting delivered ... > does any one have the idea for this problem..all the firewalls in > college computer has been removed even the anivirus also > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Fri, May 2, 2008 at 4:58 PM, raj <rao.rajat007-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > actually everythin is fine at home.. emails are getting send from the > rails application to gmail account through which we send our > emails..but wen we use the same code in college computer connected to > Lan the emails where not getting send from the rails application to > our gmail account and hence the mails where not getting delivered ... > does any one have the idea for this problem..all the firewalls in > college computer has been removed even the anivirus alsoIf you load the development environment from the console and call a method that sends an email you''ll be able to see the entire conversation with the server. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
so guys wat actually should i do now.. On May 3, 10:29 am, George Bailey <listcatc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Fri, May 2, 2008 at 4:58 PM, raj <rao.rajat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > actually everythin is fine at home.. emails are getting send from the > > rails application to gmail account through which we send our > > emails..but wen we use the same code in college computer connected to > > Lan the emails where not getting send from the rails application to > > our gmail account and hence the mails where not getting delivered ... > > does any one have the idea for this problem..all the firewalls in > > college computer has been removed even the anivirus also > > If you load the development environment from the console and call a > method that sends an email you''ll be able to see the entire > conversation with the server.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
were you able to follow the previous suggestions? What was their output? On Mon, May 5, 2008 at 6:51 AM, raj <rao.rajat007-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > so guys wat actually should i do now.. > > On May 3, 10:29 am, George Bailey <listcatc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > On Fri, May 2, 2008 at 4:58 PM, raj <rao.rajat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > actually everythin is fine at home.. emails are getting send from the > > > rails application to gmail account through which we send our > > > emails..but wen we use the same code in college computer connected to > > > Lan the emails where not getting send from the rails application to > > > our gmail account and hence the mails where not getting delivered ... > > > does any one have the idea for this problem..all the firewalls in > > > college computer has been removed even the anivirus also > > > > If you load the development environment from the console and call a > > method that sends an email you''ll be able to see the entire > > conversation with the server. > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Reasonably Related Threads
- [LLVMdev] Code generation support in llvm for windows phone
- [LLVMdev] Code generation support in llvm for windows phone
- Replace brick of a dead node
- [LLVMdev] Code generation support in llvm for windows phone
- Upgrading from Rails 1.3.x to 2.3.2 - text_field_with_auto_complete not working