Hi to ROR!
I could not change the email content type to text/html
What is the problem!
order1= Order.find_get_details(params[:ses_value])
#render_text order1.size
order=order1[0]
email = OrderMailer.create_confirm(order)
email.set_content_type("text/html")
email = OrderMailer.deliver_confirm(order)
email.set_content_type("text/html")
Alwas it shows only plain format only what is the reason!
Thnaks and Regards,
Kumar
--
Posted via http://www.ruby-forum.com/.
kumar wrote:> Hi to ROR! > > I could not change the email content type to text/html > > What is the problem! > > order1= Order.find_get_details(params[:ses_value]) > #render_text order1.size > order=order1[0] > > email = OrderMailer.create_confirm(order) > email.set_content_type("text/html") > email = OrderMailer.deliver_confirm(order) > email.set_content_type("text/html") > > > Alwas it shows only plain format only what is the reason! > > Thnaks and Regards, > KumarI have not get any sugession please help me! -- Posted via http://www.ruby-forum.com/.