<%@ Language=VBScript%> <%Response.Buffer = True%> NVS Admin - E-Mail Options <% Title = "E-Mail Options" %>

E-Mail System

 
Send Out
Mass Email:

 

<% Dim system system = Request.Form("System") if system = "ON" Then response.write "ON" Else response.write "OFF" End If %>