{include file='inc/_header.html'}
{block_page} List of mail variables

{literal} {$site_name} - Site Name
{$site_url}- Main site URL
{$profile_username} - Username of profile
{$profile_email} - Email of profile
{$profile_match_list_html} - List of profile's matches in HTML mail template
{$profile_match_list_txt} - List of profile's matches in Text mail template
{$unsubscribe_url} - Unsubscribe url {/literal} {/block_page}
Create mail template
{block_page}
Mail list
{foreach from=$mail_list item=_mail_label key=_mail_name}
{$_mail_label}
Subject {edit_lang_values_btn section='mail_template' key="scheduler_`$_mail_name`_subject"}
Body txt {edit_lang_values_btn section='mail_template' key="scheduler_`$_mail_name`_body_txt"}
Body html {edit_lang_values_btn section='mail_template' key="scheduler_`$_mail_name`_body_html"}
Profile Name: Test Email address:    |

{/foreach} {/block_page}
{block_page} List of Match list variables

{literal} {$profile_username} - Username of match profile
{$profile_url}- URL of match profile
{$profile_thumb} - Thumbnail URL of match profile
{/literal} {/block_page}
{block_page}
Configure Match List template
HTML Text
{edit_lang_values_btn section='mail_template' key="scheduler_match_list_html"} {edit_lang_values_btn section='mail_template' key="scheduler_match_list_txt"}
{/block_page} {include file='inc/_footer.html'}