search for: emailcontroller

Displaying 6 results from an estimated 6 matches for "emailcontroller".

Did you mean: mailcontroller
2009 Feb 08
2
SocketError in EmailController#correspond
SocketError in EmailController#correspond getaddrinfo: no address associated with hostname. Please see above, these are the errors i get when i try to email a user on my networking site. Can you help please. Actionmailer address = smtp.vodafone.ie Below is code used for the email controller in apps/controllers/email_controlle...
2009 Nov 11
1
getaddrinfo: nodename nor servname provided, or not known
...t; end end In environment.rb I have: ActionMailer::Base.delivery_method = :sendmail and at the top of the same file I have: ENV[''RAILS_ENV''] ||= ''production'' When I try and enter an email address into the form: I tget an error back: SocketError in EmailController#remind getaddrinfo: nodename nor servname provided, or not known Has anyone else experienced this, and how do you get it up and running? Many Thanks
2006 Jan 24
14
A bad day with Action Mailer
.../lib/ruby/1.8/fcgi.rb:597:in `each_cgi'' /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:52:in `process!'' /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:22:in `process!'' dispatch.fcgi:24 It does do this before it though Processing EmailController#sent (for 84.12.155.53 at 2006-01-24 08:50:41) [POST] So the code generating the email is fine. I would really appreciate any help!! -- Posted via http://www.ruby-forum.com/.
2008 May 21
5
Recieve email from gmail using POP3
can someone help me out with this folder... im stuck and i cant trouble shoot where is the error thx alot~~~ Attachments: http://www.ruby-forum.com/attachment/1982/mail4.zip -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2010 Jun 29
16
problem finding find current page
I have this bit of code in my email.controller user = @current_user story = @current_story recipient = story.user It doesn''t work because @current_story isn''t defined. How can I find the current page to make this work? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
2010 Mar 10
6
Email section
Sir , I want to implement email section in ma web application.. so i found the method ''server_setting'' for it... Following is the method: config.action_mailer.server_settings = { :address => "smtp.gmail.com" , :port => 25, :domain => "gmail.com" , :authentication => :login, :user_name => "manish" , :password =>