Send email to users

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

{if $send_email==""}

Email manager

{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} {/foreach}
Subject  
{$email.email_subj} Send Email | Delete | View
From : {$email.email_from} • Method : {$email.method} • Sent : {$email.sent} • Status : {$email.status}
{$email.date_added|niceTime}
{else}
No email campaign was found
{/if} {literal} {/literal} {else}

Sending emails

{if $send_email} {assign var=email value=$send_email}
{$email.email_subj}
From : {$email.email_from} • Method : {$email.method} • Sent : {$email.sent} • Status : {$email.status}
{$email.date_added|niceTime}
View
Go back to mass email page
{$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}