Send email to users


Send mass email to your users with our new and updated email manager

{if $send_email==""}
Email manager
Email to send at once
loop size of emails when mass emails are sent
From
Enter email address to tell user who sent it
Subject
Enter your email subject
Message
Enter your email message

{literal}You can use {username}, {userid}, {email}, {datejoined},{avcode} in your message{/literal}
More options
Active status
Choose whether to send to active users or non active
Banned status
Send email to banned users
User level
Choose which user level to send email
{assign var=levels value=$userquery->get_levels()} {foreach from=$levels item=level} {if $level.user_level_id !='4'} {/if} {/foreach}
User category
User category
{assign var=cats value=$userquery->get_categories()} {foreach from=$cats item=cat} {/foreach}
Mass email campaigns
{if $emails} {foreach from=$emails item=email}
{$email.email_subj}Send Email | Delete | View
From : {$email.email_from} • Method : {$email.method} • Sent : {$email.sent} • Status : {$email.status}
{$email.date_added|niceTime}
{/foreach} {else}
No email campaign was found
{/if} {literal} {/literal} {else}
Sending emails — Go back to mass email page
{if $send_email} {assign var=email value=$send_email}
{$email.email_subj}View
From : {$email.email_from} • Method : {$email.method} • Sent : {$email.sent} • Status : {$email.status}
{$email.date_added|niceTime}
{$eh->message_list.0} {if $msgs} {/if} {if ($email.total==$email.sent && $email.sent>0)|| $email.status=='completed'}
Email has been sent to {$email.total} users
{else}
Pelase wait, do not close this window... (pause)
{/if} {/if} {literal} {/literal} {/if}