<%form_for :sendmail, :url => {:controller => 'mail_specification', :action => 'save_sendmail_settings'} do%>
<%if flash[:sendmail_errors]%><%=flash[:sendmail_errors]%><%end%>
Sendmail Location*     <%=link_to_function('Help', :onclick => 'addHelp("sendmail_location");')%>
<%=text_field :sendmail, :location, :size => 40, :value => @sendmail_old[:location]%>
Sender's Email Address*     <%=text_field :sendmail, :from, :size => 40, :value => @sendmail_old[:from]%>
Recipient Email Addresses*     <%=link_to_function('Help', :onclick => 'addHelp("sendmail_recipients_id");')%>
<%=text_field :sendmail, :recipients, :size => 40, :value => @sendmail_old[:recipients]%>
<%=submit_tag 'Save'%>    <%=button_to_function 'Cancel', 'window.location.reload();'%>
<%end%>