<%-- File : email.html Description : This file is displayed whenever a user (un)subscribes to the newsletter. Tags : Special tags that are available are: action => This can either be subscribe or unsubscribe and it means the user has performed that action. error => A message saying there was an error subscribing. --%> <%site_title%>: News Letter <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%> <%header_row%>
<%header_font%> NEWSLETTER:<%/header_font%>
<%body_font%>
<%if error%>

<%error_font%><%error%>

<%else%> <%if action eq 'subscribe'%>

You have been successfully subscribed to the list.

<%endif%> <%if action eq 'unsubscribe'%>

You have been successfully removed from the list.

<%endif%> <%endif%> Keep informed of new additions to <%site_title%>, by subscribing to our low-volume newsletter that will deliver new listings straight to your inbox!

to the list. <%ifnot Username%>
Name: Email: <%endif%>

<%include include_menu.html%> <%include include_footer.html%>