search for: action_mailer_tls

Displaying 5 results from an estimated 5 matches for "action_mailer_tls".

2010 Aug 01
0
App won't recognise action_mailer_tls plugin
Hi, I''m running Ubuntu 10.04 and am trying to send mail through my Gmail account for testing. I''ve installed the ''action_mailer_tls'' plugin using the ''sudo gem install action_mailer_tls'' plugin and can confirm that it installed successfully: $ gem list --local *** LOCAL GEMS *** action_mailer_tls (1.1.3) actionmailer (2.3.8) actionpack (2.3.8) activerecord (2.3.8) activeresource (2.3.8) activesuppo...
2008 Jul 24
0
Errno::EBADF Send an Email in Rails using GMail
...cue EOFError, OpenSSL::SSL::SSLError end end end I get the following error message: Errno::EBADF in EmailerController#sendmail Bad file descriptor - connect(2) RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace C:/InstantRails/rails_apps/YOTO/vendor/plugins/action_mailer_tls/lib/ smtp_tls.rb:10:in `initialize'' C:/InstantRails/rails_apps/YOTO/vendor/plugins/action_mailer_tls/lib/ smtp_tls.rb:10:in `open'' C:/InstantRails/rails_apps/YOTO/vendor/plugins/action_mailer_tls/lib/ smtp_tls.rb:10:in `do_start'' C:/InstantRails/ruby/lib/ruby/1.8/timeout....
2008 Dec 07
3
Cannot get tlsmail working; Want Gmail as SMTP
...approaches to try and use Gmail (Google Apps account) as my application''s SMTP. Every time, both on my slicehost server and local dev machine (both Ubuntu Linux), my logs show no errors and I see a copy of the mail in my logs. Yet I never received a test email. I''ve tried both the action_mailer_tls plugin and the tlsmail gem. Both give the same results. I prefer to get tlsmail working. Here are the tlsmail settings, at the end of my environment.rb, that I''m using: require ''tlsmail'' Net::SMTP.enable_tls(OpenSSL::SSL::VERIFY_NONE) ActionMailer::Base.raise_delivery_e...
2011 Jun 02
10
Application Error!!!!!!!!!!!!!!!!!!!!!!!
Hi everybody, Please any one help me, Previous two day''s I am googling, Still not find solution. this really frustrating. I had deploy my app on heroku http://radiationn.heroku.com/. it is working fine on localhost but i got APPLICATION ERROR. IN log wht i find that in photo.rb model not able to find "has_attached_file", I am not able to shout out this proble. It working
2009 Dec 05
7
ActionMailer dont function with JRuby?
I have application that i send email normal with native ruby. But when i execute the sample application with jruby, it dont send email and dont get error. What can be wrong? -- Atenciosamente, Paulo Coutinho. Blog: www.prsolucoes.com/blog Site: www.prsolucoes.com Msn: paulo-QE/7f1ia5mR0ubjbjo6WXg@public.gmane.org -- You received this message because you are subscribed to the Google Groups