Пример #1
0
<?php

$fullname = "Ilya Mineev";
$token = "509684j96g776945m769";
$url = "http://localhost/shared_key_1";
$email = "*****@*****.**";
$password = "******";
$link = $url . '?token=' . $token;
?>

<div style="padding:20px;max-width:650px;">
    <?php 
MailTextHelper::skHeader('Welcome to SharedKey');
?>

    <?php 
MailTextHelper::simpleText("Hi {$fullname},");
?>

    <?php 
MailTextHelper::simpleText("Thank you for signing up with Shared Key. You are just one step away from using your account.");
?>

    <?php 
MailTextHelper::simpleText("Once you activate your account, you can");
?>

    <ul style="list-style-image: url(<?php 
echo basePathByHost('/images/email/ul-bullet-1.png');
?>
);">