search for: authsmtp

Displaying 3 results from an estimated 3 matches for "authsmtp".

2008 Oct 17
1
ActionMailer template gets nil param from non-nil deliver_
...I have an ActionMailer::Base class with the following template method: def request(req) # Control reaches here. req is logged as nil: logger.info "in MyMailer#request, request = #{req.inspect}" # Exception in the following, owing to the nil: subject "Request for authsmtp exception (#{req.permit_ip})" # etc. end This is invoked through this method in my ActionController::Base class: def create @permission = Permission.new(params[:permission]) if @permission.save # @permission is non-nil, and as expected, in the following log: log...
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
Hi Guys, Facing a weird error . Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2) It seems to be happening with mail sending mail . I am using AUTHSMTP to send mails . Unable to send mail and the app breaks . Any help will be appreciated . Same code worked with ruby 1.8 and rails 2.3.x . *Configuration* Rails 3.2 Ruby 1.9 Engineyard , Linux Instance *Backtrace :* /usr/lib/ruby/1.9.1/net/smtp.rb:540:in `initialize'' /usr/lib/ruby/1.9.1/...
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
Hi Guys, Facing a weird error . Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2) It seems to be happening with mail sending mail . I am using AUTHSMTP to send mails . Unable to send mail and the app breaks . Any help will be appreciated . Same code worked with ruby 1.8 and rails 2.3.x . *Configuration* Rails 3.2 Ruby 1.9 Engineyard , Linux Instance *Backtrace :* /usr/lib/ruby/1.9.1/net/smtp.rb:540:in `initialize'' /usr/lib/ruby/1.9.1/...