% @ Language=VBScript %>
<% Option Explicit %>
<%
'Set the response buffer to false as we may need to puase while the e-mails are being sent
Response.Buffer = True
'Dimension variables
Dim strGroupName
Dim intSelGroupID
%>
MEMBER EMAIL MESSAGER
MEMBER EMAIL MESSAGER
From here you can send email's to all your forum members or
those that are part of a specific User Group,
that have entered valid email addresses in their profiles.
<%
If blnMassMailier = False then
%>
Sorry this function has been disabled!<%
Else
%>
<%
End If
%>