search for: deliver_regist

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

Did you mean: deliver_register
2006 Nov 26
0
send email using Actionmailer => error 500 gets rendered :/
I''m experiencing the strangest problem with actionmailer. The following code reults in a 500 server error. --- UserMailer.deliver_register [some arguments] render :partial => "validate_email" , :status => 200 --- The strange thing is, Actionmailer sends the email just fine. But instead of rendering the partial, a 500 error is being returned. I''ve also tried to render: file => same 500 error. Idem when fi...