HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtwmobile.komma.pro/app/lang/en/emails/customer/verify.php
<?php

return [
    'subject'       => 'Welcome!',
    'title'         => 'Welcome to :topsName',
    'content' => [
        'intro'     => 'Thank you for creating an account at :topsName.
                        Activate your account by clicking on the link below.',

        'middle'    => 'After you have activated your account, please visit  <a href=":urlAccount">my account</a> at any time to view your order history.
                        Very practical when you are placing a subsequent order.',

        'username'  => 'Your username: :email',

        'footer'    => 'We hope to see you soon in our online shop.'
    ],
];