<From>{$settings.default_notification_address}</From>
<Subject>{$settings.app_title|safeHTML} Password Reset</Subject>
<Body>Hi {$info.name},<br>
<br>
To reset your password, please follow this link: <a href="{$config.url.root}/?module=fileman&page=login&action=reset_password&username={$app.username|forURL}&h={$app.password_reset_hash|forURL}">{$config.url.root}/?module=fileman&page=login&action=reset_password&username={$app.username|forURL}&h={$app.password_reset_hash|forURL}</a><br>
<br>
Best regards,<br>
<br>
<a href="{$config.url.root}">{$config.url.root}</a>
</Body>