34 lines
905 B
Twig
34 lines
905 B
Twig
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<title>Spacejewel Hosting - Hosting Account Installation</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</pre>
|
|
|
|
Hello {{ Name }},
|
|
|
|
As per your subscription at Spacejewel Hosting, here are some critial pieces of information you might need:
|
|
|
|
Your subscription ID: {{ SubscriptionID }}
|
|
Price per month: {{ MonthlyPrice }}
|
|
Status: {{ SubscriptionStatus }}
|
|
Personal Access Code (PAC): {{ PAC }}
|
|
|
|
Manage your subscription: {{ SubscriptionManageLink }}
|
|
|
|
You will need your subscription ID and your personal access code to access the subscription mangement system.
|
|
|
|
|
|
Warm regards,
|
|
Spacejewel Billing System
|
|
</pre>
|
|
|
|
</body>
|
|
|
|
</html> |