Emailcontewnt problem

I ma facing problems regarding the email-set-contentent

I am writing the total code for

order1= Order.find_get_details(params[:ses_value])
#render_text order1.size
order=order1[0]

email.set_content_type(“text/html”)
email = OrderMailer.create_confirm(order)
email.set_content_type(“text/html”)
email = OrderMailer.deliver_confirm(order)
#email = OrderMailer.deliver_confirm(order)

render(:text => “

” + email.encoded + “
”)

Please help me to solve this problem

Thanks and Regards,

Sunitha and/or Kumar,

http://wiki.rubyonrails.com/rails/pages/HowtosDevelopment

If your problem is really so urgent that you need to post the same
request 4 times in 2 hours under 2 different names, then you should
bookmark this page and/or buy a copy of Rails Recipes and read Recipe
67.

Regards

Dave M.