{if $sender_params.type == 'wa'}
[`Sender`]
Webasyst Email Sender
{if !empty($wa_report_data) && !empty($wa_report_data.amount)}
[`Sending cost`]
{foreach $wa_report_data.amount as $currency_id => $amount} {wa_currency_html($amount, $currency_id, '%4t{s}')}
{/foreach}
{/if}
[`Sender name`]
{$campaign.from_name|escape}
[`Email From`]
{$campaign.from_email|escape}
[`Email Reply-To`]
{if isset($sender_params.reply_to)} {$sender_params.reply_to|escape} {/if}
{else}
[`Sender`]
{$campaign.from_name|escape} <{$campaign.from_email|escape}>
[`Reply-To Email`]
{if isset($sender_params.reply_to)} {$sender_params.reply_to|escape} {else} {$campaign.from_email|escape} {/if}
[`Transport`]
{if !empty($sender_params.type)} {if $sender_params.type == 'mail'} [`PHP mail() function`] {if isset($sender_params.options)}({$sender_params.options}){/if} {elseif $sender_params.type == 'sendmail'} [`Sendmail`] {if isset($sender_params.command)}({$sender_params.command}){/if} {elseif isset($sender_types[$sender_params.type])} {$sender_types[$sender_params.type].name|escape} {else} {$sender_params.type|escape} {/if} {else} [`Unknown or deleted`] {/if}
{/if} {if $sender_params.type == 'smtp'} {if isset($sender_params.server)}
[`Server`]
{$sender_params.server|escape}
{/if} {if isset($sender_params.port)}
[`Port`]
{$sender_params.port|escape}
{/if} {if isset($sender_params.login)}
[`Login`]
{$sender_params.login|escape}
{/if} {if isset($sender_params.encryption)}
[`Encryption`]
{if $sender_params.encryption == 'ssl'}[`SSL/TLS`]{/if} {if $sender_params.encryption == 'tls'}[`STARTTLS`]{/if}
{/if} {/if}
{if $sender_params.type != 'wa'}
[`Return-Path`]
{if $campaign.return_path} {$campaign.return_path|escape} {else} [`Not specified`] {/if}
{if isset($return_path.server)}
[`Server`]
{$return_path.server|escape}
{/if} {if isset($return_path.port)}
[`Port`]
{$return_path.port|escape}
{/if} {if isset($return_path.login)}
[`Login`]
{$return_path.login|escape}
{/if} {if isset($return_path.ssl)}
[`SSL`]
{if $return_path.ssl > 0}[`Yes`]{else}[`No`]{/if}
{/if}
[`Sending speed`]
{if empty($params.speed_limit)} [`No limit`] {else} {$params.speed_limit} [`messages per hour`] {/if}
{/if}
{if empty($params.google_analytics)}
[`Google Analytics`]
[`Disabled`]
{else}
[`Google Analytics`]
[`Enabled`]
[`Source (utm_source)`]
{ifempty($params.google_analytics_utm_source)|escape}
[`Medium (utm_medium)`]
{ifempty($params.google_analytics_utm_medium)|escape}
[`Campaign (utm_campaign)`]
{ifempty($params.google_analytics_utm_campaign)|escape}
{/if}
{if empty($params.feedback_loop)}
[`Feedback-ID header for GMail FBL Tool`]
[`Disabled`]
{else}
[`Feedback-ID header for GMail FBL Tool`]
[`Enabled`]
[`Feedback-ID`]
{ifempty($params.feedback_loop)|escape}
{/if}