| <%= text_field_with_auto_complete(:mail, :to, {"size"=>65}, :skip_style => true, :tokens=> ",") %> |
| <%= text_field_with_auto_complete(:mail, :cc, {"size"=>65}, :skip_style => true, :tokens=> ",") %> |
| <%= text_field_with_auto_complete(:mail, :bcc, {"size"=>65}, :skip_style => true, :tokens=> ",") %> |
| <%= text_field('mail', 'subject', {"size"=>65}) %> |
<%= hidden_field('mail', 'from') %>
<%= hidden_field('mail', 'content_type') %>
<%= text_area "mail", "body", "rows"=>20, "cols"=>75 %>