[`Webasyst Email is a bulk email service with pay-as-you-go pricing.`]
[`Running an email campaign via Webasyst services will ensure reliable message deliverability.`]
[`How it works`]
{if count($senders) == 1}
[`If you have your own SMTP server, you may use it to send email campaigns, too.`]
[`To do so, add a new sender server .`]
{/if}
{if $wa_is_allowed_ip}
{if $wa_total}
[`Remaining`]
{$wa_total|wa_format:false} {_ws('message', 'messages', $wa_total)}
{/if}
{if !$wa_total}[`Try for free`]{else}[`Free`]{/if}
{if isset($wa_remaining_free_calls['total']) && $wa_remaining_free_calls['total'] <= 0}
{if !$wa_total} {/if}
{if isset($wa_free_limits['total']) && $wa_free_limits['total'] > 0}
{_ws('Limit of %d free message reached', 'Limit of %d free messages reached', $wa_free_limits['total'])}
{else}
[`Free message limit reached`]
{/if}
{else}
{foreach $wa_free_limits as $period => $limit}
{if $period == 'total'}
{if isset($wa_remaining_free_calls[$period]) && $wa_remaining_free_calls[$period] < $limit}
{_ws('%d message left', '%d messages left', $wa_remaining_free_calls[$period])}
{else}
{_ws('%d message', '%d messages', $limit)}
{/if}
{if count($wa_free_limits) > 1}
/ {_ws($period)}
{/if}
{else}
{_ws('%d message', '%d messages', $limit)}
/ {_ws($period)}
{if isset($wa_remaining_free_calls[$period]) && $wa_remaining_free_calls[$period] < $limit}
{if !$wa_total && $wa_remaining_free_calls[$period] <= 0} {/if}{_ws('%s remains', '%s remain', $wa_remaining_free_calls[$period])}
{/if}
{/if}
{/foreach}
{/if}
{else}
[`The IP address of the server where your Mailer app is installed is in the list of banned addresses.`]
[`It might have been caused by several technical reasons; e.g., by moving your Webasyst account to another server.`]
[`Click this button to add your new IP address to the list of allowed addresses.`]
[`Add current IP address to the white list`]
{/if}