7 lines
261 B
Smarty
7 lines
261 B
Smarty
{include file="../global/header.tpl"}
|
|
<h1>Test email</h1>
|
|
<p>If you see this email - your email protocol is configured correctly</p>
|
|
<p>Coin name: {$DATA.coinname}</p>
|
|
<p>Stratum: {$DATA.stratumurl}:{$DATA.stratumport}</p>
|
|
{include file="../global/footer.tpl"}
|