{if !empty($campaign.id)} {else} {/if} {include file="templates/actions/campaigns/includes/CampaignsActions.html" is_round_button=true}

{ifempty($campaign.subject, "[``]")|escape}

{foreach $campaign_settings_event as $_}{$_.top|default:''}{/foreach}
[`Sender`]
{if $senders} {else}

[`Not set yet`].

[`Add a new sender`] {/if} {foreach $senders as $s} {if $s.type != 'wa'} {* if !empty($wa_sender)}

[`When you send messages via your SMTP server or a third-party service, you need to set up the sending parameters on your own.`]

{/if *}
[`Sender`]
{$s.name|escape} <{$s.email|escape}>
{if $wa->mailer->isAdmin()} {/if}
{if !empty($s.reply_to)}
[`Reply-To Email`]
{$s.reply_to|default:''|escape}
{/if} {if !empty($s.type) && $s.type != 'smtp'}
[`Transport`]
{if isset($sender_types[$s.type])} {$sender_types[$s.type].name|escape} {else} {$s.type|escape} {/if}
{/if} {if $s.type == 'smtp'}
[`SMTP server`]
{ifset($s.server)|escape}{if isset($s.port)}:{$s.port|escape}{/if}
[`Login`]
{ifset($s.login)|escape}
{if isset($s.encryption)}
[`Encryption`]
{if $s.encryption == 'ssl'}[`SSL/TLS`]{/if} {if $s.encryption == 'tls'}[`STARTTLS`]{/if}
{/if} {/if}
{/if} {/foreach} {if !empty($wa_sender)}
{if empty($wa_api_error)}
[`Webasyst Email`]
{include './includes/transport.wa.html' inline} {else}

[`Webasyst API error`]

{$wa_api_error}

{/if}
{/if}
{if !empty($wa_sender) && empty($wa_api_error) && $wa_is_allowed_ip}
[`Sender name`]
[`Email From`]
[`Email Reply-To`]

[`If you leave this field empty, replies will come to the main sender address specified above.`]

{/if}
[`Sending speed`]

[`If many of your recipients addresses are hosted by popular mail services; e.g., @gmail.com, @yahoo.com, etc., then too high sending speed may cause banning of your mail server because of spam suspicion and those recipients will not receive your message.`]

{foreach $campaign_settings_event as $_}{$_.bottom|default:''}{/foreach}