Send Email

<% form_tag ({:action => "sendmail"},{:method=>"post"}) do -%>

: <%= text_field 'email', 'subject' %>

: <%= text_field 'email', 'recipient' %>


<%= text_area 'email', 'message' %>

<%= submit_tag "Send" %> <% end -%>