FIle - /trunk/views/html/admin/communicate/broadcast_email.html

/trunk/views/html/admin/communicate/broadcast_email.html
1,019 bytes
January 20, 2025 at 08:22
4





<h1>Send Broadcast E-Mail</h1>

<s:form file_upload="1">

<s:box>
    <s:box_header title="Filter Criteria">
        <p>You may select which subset of users to send an e-mail message to by selecting the desired criteria below.  If all fields are left blank, all users within the database will be e-mailed.</p>
    </s:box_header>

    <s:function alias="display_form" form="users.broadcast-criteria">
</s:box>

<s:box>
    <s:box_header title="Message Details">
        <p>Enter the contents of the e-mail you would like to send to all users below.</p>
    </s:box_header>

    <s:function alias="display-form" form="webapp.broadcast-email-form">
</s:box><br />

<s:box>
    <s:box_header title="Send Test E-Mail">
        <p>If desired, you may send a test e-mail by entering the recipient e-mail address below.</p>
    </s:box_header>

    <s:form_table>
        <s:ft_textbox name="test_email" label="E-Mail Address">
        <s:ft_submit value="send_test" label="Send Test E-Mail">
    </s:form_table>
</s:box>