<% if File.exist?(MAIL_FILE_PATH) and info = YAML::load_file(MAIL_FILE_PATH) %> <% if info['smtp'] %>
Server <%=info['smtp']['address'] %> Port <%=info['smtp']['port'] %>
Domain <%=info['smtp']['domain'] %> Authenitcation <%=info['smtp']['authentication'] %>
User Name <%=info['smtp']['user_name'] %> Password **************
Sender's Email Address <%=info['smtp']['from'] %> Recipient Email Addresses <%=info['smtp']['recipients'] %>


<% elsif info['sendmail'] %>
Location <%=info['sendmail']['location']%>
Sender's Email Address <%=info['sendmail']['from'] %>
Recipient Email Addresses <%=info['sendmail']['recipients'] %>


<% end %> <% else %>


<% end %>