def display_email email = MyActionMailerClassName.create_my_email(@some_required_object) render(:text => "<pre>" + email.body + "</pre>")end
Mike