39 lines
1.5 KiB
Twig
39 lines
1.5 KiB
Twig
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<title>Spacejewel Hosting - Hosting Account Installation</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>Well hello there, {{ Name }}! It seems you have purchased a Spacejewel Hosting subscription ({{ PackageName }}). Thank you!</p>
|
|
|
|
<pre>
|
|
|
|
You can now login to your Hosting control panel (Virtualmin) with the following credentials.
|
|
Username: {{ Username }}
|
|
Password: {{ Password }}
|
|
|
|
Login link: {{ Loginlink }}
|
|
Webmail link: {{ WebmailLink }}
|
|
|
|
Please note that you will be forced to change your password when you first login. This is for security purposes,
|
|
since sending passwords over email isn't a very good idea.
|
|
|
|
Please note that our system (webmin@spacejewel.ga) will send you an email shortly about your new account, so don't worry about it.
|
|
Welcome on board by the way! If you have any questions, don't hesitate to contact support, either by mailing the friendly folks over at
|
|
support@spacejewel.ga or using the nifty chat balloon at our website.
|
|
|
|
P.S. Our billing system will send you an email again about your subscription information, so that you can cancel anytime you wish or consult information.
|
|
|
|
|
|
Warm regards,
|
|
Spacejewel Billing System
|
|
</pre>
|
|
|
|
</body>
|
|
|
|
</html> |