search for: ses_valu

Displaying 3 results from an estimated 3 matches for "ses_valu".

Did you mean: ses_value
2006 May 09
1
Email -Content type is not set to html
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 Reg...
2006 May 09
1
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 => "<...
2006 May 17
8
Html Email Problem
...l code Exapmle: <html border="2"> <tr><td></td></tr></html> code in the confirm .html In the mail i got total code same format what is the wrong I am also sending the total code in the controller also. order= Order.find_session(params[''ses_value'']) order = Order.find_by_name("admin") email = OrderMailer.create_confirm(order) email.set_content_type("text/html") render(:text => "<pre>" + email.encoded + "</pre>") OrderMailer.deliver_confirm(order) I also saw the message i.e c...