Email not getting send from Lan

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

I’d use wireshark to make sure the packets are getting sent to gmail.

On Fri, May 2, 2008 at 4:58 PM, raj [email protected] 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.

so guys wat actually should i do now…

were you able to follow the previous suggestions? What was their
output?