search for: email_prueba

Displaying 1 result from an estimated 1 matches for "email_prueba".

Did you mean: mail_prueba
2006 Aug 07
9
problems with ActionMailer
...delegate template found for mail_prueba - (ActionView::ActionViewError) I had to put a render :file at the end of the mail_prueba function, and even that way the email is not sent... Any ideas on what could be the problem? btw... this is the code in the controller that creates the worker: def email_prueba MiddleMan.new_worker(:class => :mailer_worker, :args => "", :job_key => :emailer) redirect_to(:action => ''email_prueba_progress'') end def email_prueba_progress render(:text => "Progreso: #{MiddleMan[:emailer].progress}") end t...