spacejewel-ipn-communication/source/emailTemplates/accountBillingInformation.twig

34 lines
905 B
Twig
Raw Normal View History

2018-06-07 10:56:13 +00:00
<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>