Add all code files from IDE
This commit is contained in:
34
source/emailTemplates/accountBillingInformation.twig
Normal file
34
source/emailTemplates/accountBillingInformation.twig
Normal file
@@ -0,0 +1,34 @@
|
||||
<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>
|
36
source/emailTemplates/accountCancellationNotice.twig
Normal file
36
source/emailTemplates/accountCancellationNotice.twig
Normal file
@@ -0,0 +1,36 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>Spacejewel Hosting - Account Cancellation</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Hello there {{ Name }},
|
||||
|
||||
Unfortunately, we have received a request to cancel your account.
|
||||
You will not be billed anymore after the end of this billing period, at which your account will be permanently
|
||||
suspended.
|
||||
|
||||
It is worth noting that all of your website data will be deleted after thirty days.
|
||||
|
||||
|
||||
NOTE: Your account may also have been suspended due to lack of payment during three consecutive days. Other suspension
|
||||
reasons include requesting a chargeback from your bank (All chargebacks are treated as fraudulent and reported to the authorities).
|
||||
You can reactivate your account in this case my messaging support.
|
||||
|
||||
Your subscription ID: {{ SubscriptionID }}
|
||||
|
||||
We hope to see you again! Your GDPR consent has also been removed.
|
||||
|
||||
|
||||
|
||||
Kind regards,
|
||||
Spacejewel Billing System
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
25
source/emailTemplates/accountInformationUpdated.twig
Normal file
25
source/emailTemplates/accountInformationUpdated.twig
Normal file
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>Spacejewel Hosting - Account Information Updated</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<pre>
|
||||
|
||||
Hello there {{ Name }},
|
||||
|
||||
We have received a request to update your customer information present in our database.
|
||||
The information you updated previously has been refreshed on all our services.
|
||||
|
||||
Regards,
|
||||
Spacejewel Billing System
|
||||
|
||||
</pre>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
39
source/emailTemplates/accountInstallation.twig
Normal file
39
source/emailTemplates/accountInstallation.twig
Normal file
@@ -0,0 +1,39 @@
|
||||
<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>
|
30
source/emailTemplates/accountRefunded.twig
Normal file
30
source/emailTemplates/accountRefunded.twig
Normal file
@@ -0,0 +1,30 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>Spacejewel Hosting - Refund Request</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Hello there {{ Name }},
|
||||
|
||||
Unfortunately, we have received a request to issue a refund.
|
||||
|
||||
Please note that refund requests are manually verified by Spacejewel staff and approved accordingly.
|
||||
This may take up to 24 hours to complete.
|
||||
|
||||
If your refund is approved, it may take 48 hours for the funds to be credited into your Paypal account
|
||||
or three to four business day in the case you used a credit card.
|
||||
Usually, all refunds are approved but this is not always the case.
|
||||
|
||||
|
||||
|
||||
Kind regards,
|
||||
Spacejewel Billing System
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
28
source/emailTemplates/accountSubscriptionPaymentFailed.twig
Normal file
28
source/emailTemplates/accountSubscriptionPaymentFailed.twig
Normal file
@@ -0,0 +1,28 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>Spacejewel Hosting - Subscription Renewel Failed</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<pre>
|
||||
|
||||
Hello there {{ Name }},
|
||||
|
||||
We have attempted to charge your credit card in order to regularize your subscription ID {{ SubscriptionID }}.
|
||||
The credit card was declined (Or the Paypal account did not have enough funds).
|
||||
|
||||
Please be advised that after three failed attempts over three days will result in account suspension.
|
||||
|
||||
|
||||
Regards,
|
||||
Spacejewel Billing System
|
||||
|
||||
</pre>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user