<?php include '_salutation.phtml' ?>
Please confirm your email by clicking on the following link.<br />
<br />
<a href="<?= $this->url('small-user-auth', ['action' => 'add-email', 'code' => $this->code], ['force_canonical' => true]); ?>">
    <?= $this->url('small-user-auth', ['action' => 'add-email', 'code' => $this->code], ['force_canonical' => true]); ?>
</a>