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.
On 09/05/06, Sunitha <sunitha@gmail.com> wrote:> 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 => "<pre>" + email.encoded +
"</pre>")
>
> Please help me to solve this problem
>
> Thanks and Regards,
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Rails mailing list
> Rails@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>