Ruby Forum Ruby on Rails > email not getting send from Lan

Posted by raj (Guest)
on 03.05.2008 00:59
(Received via mailing list)
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
Posted by Roger Pack (rogerdpack)
on 03.05.2008 07:16
(Received via mailing list)
I'd use wireshark to make sure the packets are getting sent to gmail.
Posted by George Bailey (Guest)
on 03.05.2008 07:30
(Received via mailing list)
On Fri, May 2, 2008 at 4:58 PM, raj <rao.rajat007@gmail.com> 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.
Posted by raj (Guest)
on 05.05.2008 14:52
(Received via mailing list)
so guys wat actually should i do now..
Posted by Roger Pack (rogerdpack)
on 05.05.2008 15:35
(Received via mailing list)
were you able to follow the previous suggestions?  What was their 
output?