Send email to users
Send mass email to your users with our new and updated email manager
{if $send_email==""}
Mass email campaigns
{if $emails}
{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}
{$email.email_msg|nl2br}
|
View
|
Go back to mass email page
{$eh->message_list.0}
{if $msgs}
{foreach from=$msgs item=msg}
- {$msg}
{/foreach}
{/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
resume
)
{/if}
{/if}
{literal}
{/literal}
{/if}