Displaying 3 results from an estimated 3 matches for "heml".
Did you mean:
hell
2006 May 17
8
Html Email Problem
Dear Rubyians,
I am facing problems to send Html Email scnce one month.
I changed the content type is text/html and charecter set "utf-8"
I worte the html code in the confirm.heml in the action mailer folder.
but mail is going with html 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 con...
2006 Jun 09
1
How to send html formated messages through E-mail?
Hi,
I want to send mail trough my rails application. Currently I am able to
send messages with content-type="text/plain". But when I am trying to
send messages in html format, the recepient receives messages but it''s
in the plain text format with heml tags also gets displayed in ythe
message.
How to avoid it? & how to send html message through my application?
Please help me.(I am using Actionmailer for sending mails...)
Thanx
Pras
--
Posted via http://www.ruby-forum.com/.
2010 Oct 11
0
Converting observe_field to UJS in Rails 3
...ler has an action "search" which
renders a partial "_searchresults" on the page with the text field.
The code which works well in Rails 2.3.5 along with one typical
example search action from a controller and the "_searchresults" is
shown below:-
In the searches index.heml.erb:-
***************************************...........
<p align="center"><font color="blue"><b>Just type the word or part
of the word and wait two seconds</b></font></p><br/>
<% if params[:area] != nil%>
<% form_tag({:...