castopod/themes/cp_auth/emails/activation.php
Yassine Doghri 10fc6f17c6 fix(email): set the correct url in the activation and forgot emails
- add default values for Config/Email properties
- set mariadb to the minimal required version for development

fixes #204
2022-08-24 09:45:36 +00:00

12 lines
311 B
PHP

<p>This is activation email for your account on <?= base_url() ?>.</p>
<p>To activate your account use this URL.</p>
<p><a href="<?= url_to('activate-account') .
'?token=' .
$hash ?>">Activate account</a>.</p>
<br>
<p>If you did not registered on this website, you can safely ignore this email.</p>