[Rails] Unablt to send mails in my server

2012-10-09 Thread keerthi priya
hi all i am trying to setup mail option in my app. and when i am trying to send mails i got this error in my production log OpenSSL::SSL::SSLError (hostname was not match with the server certificate): /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/1.8/openssl/ssl-internal.rb:123:in

Re: [Rails] Unablt to send mails in my server

2012-10-09 Thread Colin Law
On 9 October 2012 09:17, keerthi priya emailtokeerthipr...@gmail.com wrote: hi all i am trying to setup mail option in my app. and when i am trying to send mails i got this error in my production log OpenSSL::SSL::SSLError (hostname was not match with the server certificate): Googling for

Re: [Rails] Unablt to send mails in my server

2012-10-09 Thread Jordon Bedwell
On Tue, Oct 9, 2012 at 3:17 AM, keerthi priya emailtokeerthipr...@gmail.com wrote: hi all i am trying to setup mail option in my app. and when i am trying to send mails i got this error in my production log OpenSSL::SSL::SSLError (hostname was not match with the server certificate): __SNIP__

Re: [Rails] Unablt to send mails in my server

2012-10-09 Thread keerthi priya
@ Jordon Bedwel i am using gmail smtp. On Tue, Oct 9, 2012 at 2:02 PM, Jordon Bedwell envyge...@gmail.com wrote: On Tue, Oct 9, 2012 at 3:17 AM, keerthi priya emailtokeerthipr...@gmail.com wrote: hi all i am trying to setup mail option in my app. and when i am trying to send mails i got

Re: [Rails] Unablt to send mails in my server

2012-10-09 Thread keerthi priya
i can able to send mails from by development mode the only issue is from production mode On Tue, Oct 9, 2012 at 6:52 PM, keerthi priya emailtokeerthipr...@gmail.com wrote: @ Jordon Bedwel i am using gmail smtp. On Tue, Oct 9, 2012 at 2:02 PM, Jordon Bedwell envyge...@gmail.comwrote: On

Re: [Rails] Unablt to send mails in my server

2012-10-09 Thread keerthi priya
now i am getting this error Timeout::Error (execution expired): /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/1.8/timeout.rb:64:in `open' /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/1.8/net/smtp.rb:551:in `do_start' /opt/ruby-enterprise-1.8.7-2011.03/lib/ruby/1.8/net/smtp.rb:551:in `do_start'